Hello
I have some html code where I need to put the value = to a url.
<input type=hidden name="retURL" value="http://mysite.com/?page_id=1193">
How do I set the target to _top?
Thank you.
Hello
I have some html code where I need to put the value = to a url.
<input type=hidden name="retURL" value="http://mysite.com/?page_id=1193">
How do I set the target to _top?
Thank you.
you can't: it's not a hyperlink.
perhaps you can explain a little more about what you're trying to accomplish?
i think your just after a hyperlink?
try <a href="http://google.com/" target="_top">Link Name</a>
Bookmarks