Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Behaviours are slow

Status
Not open for further replies.

matpj

Technical User
Mar 28, 2001
687
GB
Hi,

I have an 'onclick' open browser window behaviour set up, but it is so slow.
the hour glass doesn't show to let the user know its doing something.
and it takes so long to bring up the page (which at the moment is blank - so its not loading up lots of graphics or anything)

does anyone know why it might be so slow?
 
Not without seeing your code.

"My car is slower than my mates why?"

Cheech

[Peace][Pipe]
 
ok, well here is the only bit of code that calls the other window.
this bit actually does nothing now.
I double click and nothing happens... does anyone know why?!?!?


<tr>
<td height=&quot;59&quot; style=&quot;border: 1px solid #000000;&quot; onDblClick=&quot;MM_openBrWindow('slideshow.html','Slideshow','width=200,height=200')&quot;>click
here</td>
</tr>
 
Change:-

Code:
<tr> 
          <td height=&quot;59&quot; style=&quot;border: 1px solid #000000;&quot;
onDblClick
Code:
=&quot;MM_openBrWindow('slideshow.html','Slideshow','width=200,height=200')&quot;>click 
            here</td>
        </tr>

into onClick

Cheech

[Peace][Pipe]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top