Link to home
Start Free TrialLog in
Avatar of GRCHELPDESK
GRCHELPDESK

asked on

Javascript - Image link to open frames page in a new browser and change the default page of one of the frames

Hello Experts,

I currently have an image on my page, that acts as a link to open a frames page in a new browser.
And this is working.  It looks like this:

      <A HREF="http://OurServer/Info/index.asp" target='_blank'>
      <IMG SRC="Info.gif" border="0" alt="Click here for Info">
      </A>  

The frames setup for the new page is: <LeftFrame> | <RightFrame>

But what I need this link to do as well is change the default loading page for the Right Frame.
I'm not real good with javascript, so I'd appreciate code!

Thanks,
Maurice
ASKER CERTIFIED SOLUTION
Avatar of archrajan
archrajan

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Pravin Asar
When clicked on image/link , what page you want load in right frame ???

Avatar of archrajan
archrajan

i validated my code and it works as expected.
let me know if it works for you
Avatar of GRCHELPDESK

ASKER

That's what I had in mind archrajan, thanks!
you are welcome.. and thanks for the points and the grade