954,178 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Javascript works on explore 6.0 but not on explore 5.0 and explore mac

I have this code that I am using in C# calling a Response.Write to call another aspx page within a frame.

Response.Write("");

This logic works on explore 6.0 but I can not figure out why it does not work on explore 5.0 and explore mac.

Does anyone know how I could fix this problem?

Thank you very much...

RobRet
Newbie Poster
3 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

Try naming your frames and then use the following syntax

parent[frame1Name].location.href

Eddie Traversa

DHTML

http://dhtmlnirvana.com/

Spiritual Blog

http://www.truthrealization.com/

Eddie Traversa
Newbie Poster
20 posts since Jul 2005
Reputation Points: 11
Solved Threads: 0
 

Thanks very much for your response.

I am sorry but I posted the incorrect code.

In my javascript I am using "parent.location.href". This works on "explore 6.0" but not on "explore 5.0" or "explore mac". What am I doing wrong.

Response.Write("");

Thanks

RobRet
Newbie Poster
3 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

Thanks again Eddie I found out how to fix the problem.

I just need to update my explore 5.0 to a later version.

:eek:

RobRet
Newbie Poster
3 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You