Flash Games
 FAQ   Search   Memberlist   Usergroups   Register  Profile   Log in to check your private messages   Log in 


a simple iframe manipulation



 

Post new topic   Reply to topic  
   DEVPPL Forum Index -> JavaScript Forum
View previous topic :: View next topic  
Author Message
13r1i14



Joined: 07 Nov 2006
Posts: 2

PostPosted: Tue Nov 07, 2006 9:15 am    Post subject: a simple iframe manipulation Reply with quote

hi,

i have a page with an iframe in it, and i have a java script that change the src of the iframe.
It all works perfectly fine when i set the source to an HTML page, but if i set it to a PHP page, instead of changing the iframe source, a prompt window appears asking if i want to open or save the page. if i chose open, it opens as text (code).

here is the simple code:

the function that changes the frame:

Code:
function ChangePage(page_src)
    {
          frames['f1'].location.href = page_src
    }


here is how i call it:

Code:
<img src="images/img.gif" style="cursor: hand" onclick="ChangePage('test.php')">


i will appreciate the help. thanks
Back to top
View user's profile Send private message
mwa103
100+ Club


Joined: 07 Mar 2005
Posts: 206

PostPosted: Tue Nov 07, 2006 9:09 pm    Post subject: Re: a simple iframe manipulation Reply with quote

Can you open test.php separately without using the JavaScript and iframe or does it give you the same error?
Back to top
View user's profile Send private message MSN Messenger
13r1i14



Joined: 07 Nov 2006
Posts: 2

PostPosted: Wed Nov 08, 2006 6:44 am    Post subject: Re: a simple iframe manipulation Reply with quote

mwa103 wrote:
Can you open test.php separately without using the JavaScript and iframe or does it give you the same error?


yes it works fine.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    DEVPPL Forum Index -> JavaScript Forum All times are GMT + 1 Hour
Page 1 of 1

 
 
Welcome to DEVPPL.com
You are not logged in, which means that you can't post in the forums.
Click here to Register

If you are a current member here on DEVPPL, please login below:

User: Pass:
Log me on automatically each visit:

 


Powered by phpBB © 2001, 2005 phpBB Group - Modified by DEVPPL

Flash Games - Sitemap