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...
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"...
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"...
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...
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...
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"...
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
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
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...
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...
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 =...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.