Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 11:39 AM
BARBARA FLOYD
Guest
 
Posts: n/a
Default ENABLE/DISABLE POPUP - VBSCRIPT

Hi,

I create a popup web page using:
newWin = window.open(.....)

In the popup window I have href links. The popup takes a while to load and I don’t want the users to be able to click on a link until the popup information has finished loading
Does anyone know what Visual Basic Script commands I can use to disable then enable the display in the popup window while the text and hyperlinks are loading (preferable I would still be able to see the text in the popup while its disabled, but if not that’s ok!)

Thanks very much for any help!

Cheers

Barbara

  #2  
Old July 19th, 2005, 11:39 AM
Peter Foti
Guest
 
Posts: n/a
Default Re: ENABLE/DISABLE POPUP - VBSCRIPT

"BARBARA FLOYD" <anonymous@discussions.microsoft.com> wrote in message
news:EC0BDBF3-65FA-46B2-996B-08C081DF0F69@microsoft.com...[color=blue]
> Hi,
>
> I create a popup web page using:
> newWin = window.open(.....)
>
> In the popup window I have href links. The popup takes a while to load and[/color]
I don't want the users to be able to click on a link until the popup
information has finished loading[color=blue]
> Does anyone know what Visual Basic Script commands I can use to disable[/color]
then enable the display in the popup window while the text and hyperlinks
are loading (preferable I would still be able to see the text in the popup
while its disabled, but if not that's ok!)

This is a client side issue. You would be better off using JavaScript to
write the links (VBScript is only supported by IE). I would suggest asking
this in a JavaScript group... you'll have better luck there. :)

Regards,
Peter Foti


  #3  
Old July 19th, 2005, 11:39 AM
Mike Florio
Guest
 
Posts: n/a
Default Re: ENABLE/DISABLE POPUP - VBSCRIPT

mycontrol.disabled = true
mycontrol.disabled = false


"BARBARA FLOYD" <anonymous@discussions.microsoft.com> wrote in message
news:EC0BDBF3-65FA-46B2-996B-08C081DF0F69@microsoft.com...[color=blue]
> Hi,
>
> I create a popup web page using:
> newWin = window.open(.....)
>
> In the popup window I have href links. The popup takes a while to load and[/color]
I don't want the users to be able to click on a link until the popup
information has finished loading[color=blue]
> Does anyone know what Visual Basic Script commands I can use to disable[/color]
then enable the display in the popup window while the text and hyperlinks
are loading (preferable I would still be able to see the text in the popup
while its disabled, but if not that's ok!)[color=blue]
>
> Thanks very much for any help!
>
> Cheers
>
> Barbara
>[/color]


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles