-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: prakash-raj
Message 1 in Discussion

Hi

This is my frameset model

   <frameset border="0" frameSpacing="0" rows="20%,80%" frameBorder="0">
        <frame name="topframe" src="Topframe.aspx" scrolling="no">
        <FRAMESET cols="83%,17%">
              <frame name="rightframe" src="rightframe.aspx" scrolling="auto">
              <frame name="leftframe" src="leftframe.aspx">
        </FRAMESET>
 </frameset>

onButton_click i am calling javascript from leftframe.aspx page
 
strRedirect = " language='Javascript'>"
strRedirect += "parent.frames[1].location.href='Acctstmt.aspx?Sid=" & SessionID 
& " & Folio_no & "';"
strRedirect += "</script>"

This work in IE and NETSCAPE and FIREFOX browser.
 
But when loading the Acctstmt.aspx page, checking the callerIP in the page load
using    sparent = Request.ServerVariables("HTTP_REFERER")  or 
Request.UrlReferrer.AbsoluteUri
In IE is url Reffer as------------------> 
HTTP://testonline/testmain.aspx?sid=sdfjsde432322lj3232323
In NETSCAPE and FIREFOX Url Reffer as --> HTTP://testonline/leftframe.aspx 

How can i solve this problem

or my redirection is not correct (parent.frames[1].location.href)  there is any 
other way so that it produce the same output.

Thanks in advance
Regards
Prakash

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member 
Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you 
received this message by mistake, please click the "Remove" link below. On the 
pre-addressed e-mail message that opens, simply click "Send". Your e-mail 
address will be deleted from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to