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 TouchToneTommy 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: mjonson
  • Order by date
  1. mjonson

    two button form case prob...

    put this where you want page to stop <a name="pagestop"></a> after your link put #pagestop
  2. mjonson

    two button form case prob...

    after trying to make this page using my idea above it doesnt work James Lean' idea DOES so try that(thanks again) however how do you get the the page to return to the same state it was when the button is clicked? i mean where the vertical slider is when the page is submitted it would be ok if...
  3. mjonson

    two button form case prob...

    ok have it sorted thanks for the pointers jameslean but have done it without using java <input name="action" type="image" src="images/calcbut1_01.gif" width="108" height="50" border="0" value = <% pagestate = "X" %>><input name="action" type="image" src="images/tbot14_02.gif" width="75"...
  4. mjonson

    two button form case prob...

    can you give me an example or should i post this in java forum?
  5. mjonson

    two button form case prob...

    thought i had this sorted but was not doing what i thought.. have twobuttons <form action = "dealaddmain.asp" method = "post"> <input name="action" type="image" src="images/calcbut1_01.gif" width="108" height="50" border="0" value = "X"><input name="action" type="image"...
  6. mjonson

    update text from combo....

    Hi, I want to be able to select an item from a list and then have the cost of the item to be displayed in a response.write - so far i have a combo -the value i choose from the list is warranty -the value i want displayed is warrcost <% x_warridList = "<select name='x_warrid'><option...
  7. mjonson

    two button form...

    hi vbkris, thanks for yur help - hav got it goin one thing i have this calculation dim purchtot purchtot = x_purch + x_disc1 but the result i get after a response.write is the value of x_purch(10000) and value of x_disc1(100) eg 10000100 is this because of the format of my input boxes? how...
  8. mjonson

    two button form...

    can someone explain how i can make this work on a form there are two buttons one does a calculation and displays a result the other goes to another page - <form> <input name="action" type="image" src="images/calcbut1_01.gif" width="108" height="50" border="0" value = "X"> <input name="action"...
  9. mjonson

    switch recommendation...

    this is a backbone switch for a network of 100 local users and 7 site vpn ...to begin with,will probably use netgear 24port unmanaged for rest of ports
  10. mjonson

    switch recommendation...

    Hi, i need a good 24port managed switch with gigabit and stacking capability. have heard cisco 2924? is a good model am in UK and have 500 UK quids to spend. any recomendations
  11. mjonson

    dropdown variable...

    i think i need to explain a bit more wat is goin on... i have dynamic combos that are not linked on uniqueID fields. so when a user picks an option from tbl_stocktype it shows all records in tbl_partners where tbl_stocktype.stypeid and tbl_partners.stype match. this is because there is more...
  12. mjonson

    dropdown variable...

    some sample data parent table(joined on partmodid) tbl_partners --------------------------------------- partnersid partmodid partnotes stype 1 1 notes1 2 2 2 notes2 2 3 2 notes3 3 lookup table(joined on modelid)...
  13. mjonson

    dropdown variable...

    thanks tony, sorry for not giving more detail... parent table(joined on partmodid) tbl_partners --------------------------------------- partnersid partmodid partnotes stype lookup table(joined on modelid) tbl_model --------------- modelid model "SELECT tbl_model.modelid...
  14. mjonson

    asp and dreamweaver

    sorry couple of errors try this... also save this page as login.asp NOT index.asp on your index.asp or default.asp page it should have response.redirect "login.asp" [code] <!--#include file="db.asp"--> <% If Request.Form("submit") <> "" Then validpwd = False ' Setup variables userid =...
  15. mjonson

    asp and dreamweaver

    sorry couple of errors try this... also save this page as login.asp NOT index.asp on your index.asp or default.asp page it should have response.redirect "login.asp" <!--#include file="db.asp"--> <% If Request.Form("submit") <> "" Then validpwd = False ' Setup variables userid =...
  16. mjonson

    asp and dreamweaver

    here is a simple asp login form that if you enter the username and password it will direct you to a page called main.asp save this page as index.asp if you get it wrong an error will be displayed its up to you to learn about getting info from a forms controls and about "posting" userid =...
  17. mjonson

    dropdown variable...

    a dropdown is populated from a table but one of the fields is an id field for a lookup table. i want a field from the lookup table to be displayed in the dropdown instead of the id. ne advice welcome my attempt <% 'codefor dropdown x_partneridList = "<select name='x_partnerid'><option...
  18. mjonson

    sql variable...

    thanks tony that worked
  19. mjonson

    sql variable...

    this definately doesnt work i get Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [MySQL][ODBC 3.51 Driver][mysqld-4.0.21-debug]You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '))' at line 1...
  20. mjonson

    sql variable...

    errr... refreshed and it started working will check more carefully

Part and Inventory Search

Back
Top