Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Target

Status
Not open for further replies.

breyt

IS-IT--Management
Dec 9, 2002
66
FR
Hi
I have a form with radio button (9)
I use a javascript function to verifie witch radio buton is checked. How I can overide the target option in the form to go to a specify target or to stay in the same target
by default i have specify target='_self'
thanks for help
breyt
 
in script you can change the target by calling the forms target property...

<script>
...
document.formName.target=&quot;_blank&quot;
</script>

on error goto hell
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top