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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vasox56
  • Content: Threads
  • Order by date
  1. vasox56

    basic form action

    hi. i have basic skills in javascript and am aware of the accessibility issues javascript causes. basically i want my form to have two radio button choices.. o From Heathrow o To Heathrow if they choose from Heathrow, i want a drop down to appear below like so To: [drop down] if they...
  2. vasox56

    table border color in firefox

    quick question.. when you make a table and give it a border color, in internet explorer the border displays fine. the firefox browser seems to add its own color to the border, a sort of grey shiney thing. anyone come across this before and know how to get rid of it.
  3. vasox56

    Excel- double click cell to view other cell

    hi.. can this be done.. Sheet 1 - cell A1 you double click that cell and a new worksheet appears in that excel file
  4. vasox56

    ms access network login help needed

    hi, im about to create a database that will be used over a network. i realise now that i will need to create a back-end database (stored on a server) consisting of my tables.. and a front end database on each terminal consisting of the forms/reports etc. i will also need a basic login system...
  5. vasox56

    w3c verify failed, link text not valid

    hi.. im using this as a link to one of my pages.. href="from-heathrow.asp?direction=V1&myplace=p322" and it is sayin it is not valid.. http://validator.w3.org/check?uri=www.londonheathrowcars.com%2Findex.asp how can i fix it..? im sure it has something to do with the &
  6. vasox56

    remove deleted items and custom reply to rule

    hi there.. i have a couple of questions regarding outlook 2003 1st question when i delete an item, a single line goes through it but it remains in the list. how can i just make it remove from the list and goto the trash. 2nd question when i reply to an email and click send, i want outlook...
  7. vasox56

    rule not being followed.. strange

    hi there.. im having some trouble here and i dont know why. im using this code <% If zid >= "p1" and zid <= "p321" Then %> <p class="mainpage"><%=zpostcode%><br /></p> <p class="mainpage">Full postcode (eg W1 5AB):</p> <p><input style="margin-left:20px;width:85px;" type="text" class="txtbox"...
  8. vasox56

    menu distortion test on ie6

    hi.. i have a website that looks fine in the latest firefox and ie7 browsers.. i seem to remember however that the menu gets messed up and uses two lines instead of one in ie6 and below.. if someone could test this page on ie6 and opera.. and let me know how it looks i would appreciate it...
  9. vasox56

    round off number

    hi.. i display the cost of a charge on my site using.. Dim mainprice, surcharge, sTempVar sTempVar = "&#" surcharge = mainprice * 0.05 DISPLAY IT USING THE FOLLOWING.. <%=sTempVar & "163;" & trim(surcharge)%> sometimes the surcharge displays as £5.45 how can i round the surcharge to the...
  10. vasox56

    &lt;h1&gt; margin fails when placed under &lt;ul&gt;

    hi, gettin the same strange problem on new ie and ff. basically i have a h1 element.. and in my style sheet i have set margin-top as 25px when i use that h1 class in my page it looks fine.. the only problem is that i also have a css rollover menu (u ordered list) and when i place the h1...
  11. vasox56

    using 'disabled' in form textbox not valid xhtml

    hi.. i have a tickbox that enables and disables a textbox.. when it is ticked the user can type in it.. when unticked they cannot type in it. the tutorial i found said that the textbox should start disabled.. so i use the following code and it works.. problem is the disabled part is not...
  12. vasox56

    make div match other divs height

    im trying to make the 'bleft' div have a height of 100%.. i would need the 'bleft' div to vertically end where the 'bright' div vertically ends.. can this be done? here is the div layout and url Stylesheet * { margin:0; padding:0; } body { background-color:#EBEBEB; text-align:center...
  13. vasox56

    querystring value not sent properly

    im having trouble sending a value to another page using querystring.. the value is: Elephant & Castle when i load this value from my database and display it on my first page, it displays correctly using the following: <%= rs("placeNAME")%> i try to send that string to another page as...
  14. vasox56

    value with &amp; not being sent correctly by querystring

    im having trouble sending a value to another page using querystring.. the value is: Elephant & Castle when i load this value from my database and display it on my first page, it displays correctly using the following: <%= rs("placeNAME")%> i try to send that string to another page as...
  15. vasox56

    problem with form query string, works but not w3c compliant

    my form is working but it is not w3c compliant. can someone just help me send the values to the next page in a compatible way.. have a look here...
  16. vasox56

    script not valid xhtml

    im trying to incorporate a little 'live help' logo on my site.. here is the code <script language="javascript" src="http://zazachat.zazasoftware.com/LiveChatClient/scripts/zazamagic.aspx?zimg=289&zazac=1686&iv=&iwidth=85&iheight=44"></script> im gettin errors on this line when trying to...
  17. vasox56

    another gap difference with IE and FF

    hello.. if you look at the following two pictures.. the gap between my menu and the first bullet point is different.. in firefox it is bigger and it looks fine in internet explorer it is smallers and doesnt look good. http://www.londonheathrowcars.com/ff_DISPLAY.jpg...
  18. vasox56

    external script problems

    ok.. well im trying to reduce the filesize of my page and i want to hold my array in a separate js file.. ive copied my entire script into a separate file and used the following line in my page head <script type="text/javascript" src="places.js"></script> and here are the two drop downs that...
  19. vasox56

    menu items gone when back button pressed

    hi.. my website is coming along nicely thanks to your guys help.. ive created a drop down system that now links to my database.. if you goto my page.. and in the first drop down choose 'London Postcode' then choose any postcode from the list.. the choose FROM heathrow.. and click go.. a...
  20. vasox56

    array populate drop down, css format

    hi.. im using an array to populate my drop down menu.. here is the script im using <script type="text/javascript"> // an array to hold the contents of all lists var DataArray = new Array(); DataArray[0] = new Array("C1","EC1 - City, Clerkenwell", "p1"); DataArray[1] = new Array("C1","EC2...

Part and Inventory Search

Back
Top