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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

targeting to main screen 1

Status
Not open for further replies.

sharmarkasch

Technical User
Apr 19, 2003
6
NL
hello,

when i make a normal link and target to the main screen it targets perfectto the main screen;
<a target=&quot;main&quot; href=&quot;zomershow.htm&quot;>zomershow<

but in my script file i also want to target to the main screen, but what i try nothing seems to work.....
here is the line..

messages[0]=&quot;<font face='Times New Roman'><a href='zomershow.htm'>Klik hier voor zomershow uitslagen</a></font>&quot;

Is there anybody who can make this line work so it targets to the main screen.????

i have tryed this but won't work;
messages[0]=&quot;<font face='Times New Roman'><a href='zomershow.htm target=main'>Klik hier voor zomershow uitslagen</a></font>&quot;


PLEASE HELP ME



 
Hi
Try this:
messages[0]=&quot;<font face='Times New Roman'><a href='zomershow.htm' target='main'>Klik hier voor zomershow uitslagen</a></font>&quot;

Hope I helped / Thanks for helping
if ((Math.abs(x)<10&&Math.abs(y)<10) && (((parseInt(Math.abs(x).toString()+Math.abs(y).toString())-Math.abs(x)-Math.abs(y))%9)!=0)) {alert(&quot;I'm a monkey's uncle&quot;);}
 
I do not know excact what you changed yet.....i pasted the rule.....

and YES IT WORKS


THANKS A LOT!!!!
 
No problem.
Sorry, should have mentioned it what I did.
I changed this
'zomershow.htm target=main'

to this
'zomershow.htm' target='main'

Thanks for the star
[wiggle]

Hope I helped / Thanks for helping
if ((Math.abs(x)<10&&Math.abs(y)<10) && (((parseInt(Math.abs(x).toString()+Math.abs(y).toString())-Math.abs(x)-Math.abs(y))%9)!=0)) {alert(&quot;I'm a monkey's uncle&quot;);}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top