You are here: irt.org | BBS | Re: , Any JS equivalent? [This BBS is closed]
Posted by Dave on July 17, 1998 at 21:16:14:
In Reply to: , Any JS equivalent? posted by Metin on July 17, 1998 at 02:40:40:
function toploc (url) {
top.location = url;
}
: How can I write a function where I will pass a URL parameter to it
: and perform the following html equivalent task.
: <a href="parameter URL" target="_top">
: Thank You.
http://www.irt.org/html/faq.htm
Follow-ups:
You are here: irt.org | BBS | Re: , Any JS equivalent? [This BBS is closed]