Log in

View Full Version : Frame id within current form to be used as hyperlink target



ismailc
09-10-2008, 12:45 PM
Hi, I need help please!

I have an hyperlink object which i want the navigateurl to open within the current form below the object.

so is there a way to create a frame within the current form & use it's id
for the target property of the hyperlink object.

please assist!

SpOrTsDuDe-Reese
09-16-2008, 05:50 PM
Most browsers do not use this attribute in any way. The target attribute I mean. Why not pass the ID in the original hyperlink as normal, and in the other frame just use a PHP GET method + if statement to determine if the query string is there?