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

New Message on BDOTNET

-----------------------------------------------------------
From: Pandurang_Nayak
Message 4 in Discussion


 
Your first query has already been answered. For the second one, as 
mentioned already by Akshit, there is no real way other than 
window.open.
 
However, here's a dirty trick:
 
Assumptions:
    1. I assume that your application is being loaded by a 
click of a link in somebody else's app. That you can't ask the "somebody-else" 
to use window.open
    2. When your app is opened by the other app, you want it to 
load automatically without menubar/toolbar.
 
(Dirty) Solution:
 
    1. When your app is opened by the other app, on the page 
that is opened write this piece of code:
        

        
<script 
language=javascript>
            
window.open("youractualpage.aspx", "yournewwindowname", "toolbars=no, 
blah blah blah...");
            
window.close()
        
</script>
 
    Basically, I am opening a new window with the specs I need 
and closing the current window. If you keep the HTML and other things minimum on 
this page, it will do this in a jiffy. But as I specified earlier, this is a 
real dirty solution.
 
rgds
Pandurang

  
  -----Original Message-----
From: Varad_RS 
  [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 10, 2003 5:03 
  AM
To: BDOTNET
Subject: HTML Help 
  needed


  
    
      
      New Message on BDOTNET
    
      

  HTML Help 
    needed


    
      
      
        Reply

        
          
            
            
               
              Reply to Sender   Recommend 
              Message 1 in 
                Discussion 
      
        
          
            
            
              From: Varad_RS 
            
              

                
                
                HI,
                I have some query..
                 
                1. The application we are developping has a 
                requirement..
                 
                We need to set the focus to a Hyperlink when the page 
                loads.
                 
                The page has a text box and a Named Search link. When a 
                user hits this page the default focus has to set on the 
                Hyperlink.
                 
                I need to do this in pure HTML or Javascript. No 
aspx.
                 
                2. I need to load a HTML page without Toolbar and menu bar. 
                This has to be done without using Window.Open.
                 
                Our application will be invoked from a different web 
                application, once a user clicks on the link to our application 
                we need to open our application in a new browser without MenuBar 
                and ToolBar. This has to be done in the default page of our 
                application not in the page which invokes. 
                 
                Any solution???
                 
                This is very urgent...Please help.
                 
                Thanks,
                Varad.
View other groups in this 
    category. 



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

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