Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Edit forum design
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Edit forum design

 Post Reply Post Reply Page  <12
Author
jackbros View Drop Down
Newbie
Newbie


Joined: 10 February 2005
Status: Offline
Points: 17
Post Options Post Options   Thanks (0) Thanks(0)   Quote jackbros Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2005 at 10:29am
Excuse me for being dumb, but I still cannot see the use for the
 
If a="" then write "Hello"
 
as opposed to
 
If a="" then %> Hello
 
With the second one you get a visual if you need it. What are the advantages/disadvantages?
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 14 February 2005 at 10:46am
The registration page 'register.asp' is written in the way you have it in your second example:-

If a="" then %> Hello

It's just that there are so many ASP variables and 'if then' blocks within the HTML most WYSIWYG Editors can not handle the amount of ASP within the HTML and so can not display the page correctly for editing.

Here is an example of the register.asp page:-

<tr bgcolor="<% = strTableColour %>" background="<% = strTableBgImage %>">
         <td valign="top" height="2" class="text" background="<% = strTableBgImage %>"><% = strTxtSelectAvatar %>
          <br /><span class="smText"><% = strTxtSelectAvatarDetails & intAvatarHeight & " x " & intAvatarWidth & " " & strTxtPixels %>).</span></td>
         <td valign="top" height="2" background="<% = strTableBgImage %>" >
          <table width="290" border="0" cellspacing="0" cellpadding="1">


The top part of the page where most of the ASP code is in the first 1200 lines, it is just for processing entered data and not for page display.


Edited by -boRg- - 14 February 2005 at 10:47am
Back to Top
 Post Reply Post Reply Page  <12

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.