groom 
Member 
 
Registered: 19th Apr 03
 Location: In front of my pc 
User status: Offline 
 
 | 
 
Right, on my page index2.php I have an Iframe countaining the page menu.php. I want to be able to click a link on menu.php pointing to ?content=whatever that loads the page index2.php?content=whatever.  
 
How do i do this??!!?? 
 
It seemed obvious earlier but i cant work out how to do it... help 
 | 
ed 
Member 
 
Registered: 10th Sep 03
 
User status: Offline 
 
 | 
 
2 mins, i'll post how to do it... Just gotta find the HTML to do it...
 | 
groom 
Member 
 
Registered: 19th Apr 03
 Location: In front of my pc 
User status: Offline 
 
 | 
 
if its ne help the site is http://groomi.co.uk/index2.php  
 | 
ed 
Member 
 
Registered: 10th Sep 03
 
User status: Offline 
 
 | 
 
<a href="index2.php?content=whatever" target="_self"> 
 
or if you want the link to point to another iframe on the page then you should use... 
 
<a href="index2.php?content=whatever" target="iframe lable"> 
 
I think thats right, It's hard to know without knowing the website layout...  
 | 
ed 
Member 
 
Registered: 10th Sep 03
 
User status: Offline 
 
 | 
 
Oh shit, hang on... that last thing was totally wrong...   
You want the PHP script to forward to the page don't you... That was stupid of me... 
 
[Edited on 14-04-2004 by 1800ed]
 | 
groom 
Member 
 
Registered: 19th Apr 03
 Location: In front of my pc 
User status: Offline 
 
 | 
 
that don work
 | 
groom 
Member 
 
Registered: 19th Apr 03
 Location: In front of my pc 
User status: Offline 
 
 | 
 
nm   sorted  
 |