![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | CSS and VBscript Is something like the following possible? <style> .thumbImage { width:<%=strThumbWidth%>; height:<%=strThumbHeight%>; } </style> Dreamweaver browser compatibility check indicates problems (Error Parsing Styles) with Firefox with the above code. |
My System Specs![]() |
| | #2 (permalink) |
| | Re: CSS and VBscript "RICK" <RICK@xxxxxx> wrote in message news:2B898093-39BC-4661-952B-19027F5F5DC6@xxxxxx Quote: > Is something like the following possible? > > <style> > > .thumbImage > { > width:<%=strThumbWidth%>; > height:<%=strThumbHeight%>; > } > > </style> > > Dreamweaver browser compatibility check indicates problems (Error Parsing > Styles) with Firefox with the above code. > The IIS generates theASP page into an html file on the server (IIS), that then passes it to the client (browser) So the ASP you pass in like this.. <style> .thumbImage { width:<%=strThumbWidth%>px; height:<%=strThumbHeight%>px; } </style> would come out as <style> .thumbImage { width:500px; height:200px; } </style> When you view the source |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| New to VBscript, Help please! | VB Script | |||
| Where is VBscript now? | VB Script | |||
| VBscript Help | VB Script | |||
| How to do No hang up VBScript (nohup for VBScript) | VB Script | |||
| vbscript and HTA help | VB Script | |||