PDA

View Full Version : SImple IFRAME question


Thomas
09-10-2002, 02:28 AM
I have a simple IFRAME question.
From within an IFRAME I can get a link from the destination page (the internal one) to open its new location Full Screen (not in the frame like it was) using the onClick top.location command from a button - this is no problem
BUT
I cant seem to get the same thing to happen using a standard hyperlink - I want the user to hit the hyperlink and have the new page open Full Screen (cause its an external site not part of mine)

Can some one tell me how to do this? I am sure its a very simple line of code

Thanks

Thomas

realisis
09-10-2002, 02:45 AM
er, do you mean target="_top" (opens in topmost window)

or even target="_blank" (opens in new window)