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

call info to Iframe from another page!

Status
Not open for further replies.

HuggerFanta

Technical User
Apr 22, 2002
87
0
0
SE
hello group and expert users!
I have some problems with Iframes!

This is what I want to do.
1. Load a start page that contains a few links.
2. When clicking a link, I want a nother page to be loaded, and a variable sent to that pages iframe.

The start page contains a flash intro with links direct into information pages. I don´t whant the browser to be updating more the 1 iframe with information. So sending info with target="iframe" is working. But not from another page built in tables.

how do I send src variables to another page, and get it to the Iframe??? --------------------------------------
Kind regards;
HuggerFanta
 
have you got anything in the iframe page that is waiting for any information??

you could put some script in the page to accept the data and then pass it to the iframe.

If youm look at form submission this should give you most of the code you need to do this. Manic
-----------------------------
I've broken it again !!
-----------------------------
lee.gale@virgin.net
 
OK!
Could I find it on google or any other searche engine or script archive out on the net? --------------------------------------
Kind regards;
HuggerFanta
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top