User Profile
Collapse
-
Thank you. It was very useful. -
Pop Up Window in JavaScript
Hi ,
I want to have a help button that by clicking on that a pop up window will be opened to include some texts.
I have this line on my code:
Code:<p> <a href="javascript:popUp('help/help_contractor_email.asp','325','270');"><img src="http://bytes.com/images/btn_help.gif" border="0"></a></p>
but it is not working!!! Do I need... -
I put the variable in a Session variable in ASP and it is working perfectly:)
Thank you so much for your help:)
Have a nice day.Leave a comment:
-
I put the variable in a Session variable in ASP and it is working perfectly:)
Thank you so much for your help:)
Have a nice day.Leave a comment:
-
Perfect, one step ahead:)
the small window now pops up and asking if I am sure ? but when I click "yes" then it doesnt do anything. here is the function I have for it:
Code:<script LANGUAGE="JavaScript"> <!-- function confirmDeleteLine() { var agree=confirm("Are you sure you want to delete this line of Expense?"); if (agree) { window.location="ContractorExpenseEditDeleteItem.asp?EIID="&strExpenseItemID;
Leave a comment:
-
Perfect, one step ahead:)
the small window now pops up and asking if I am sure ? but when I click "yes" then it doesnt do anything. here is the function I have for it:
Code:<script LANGUAGE="JavaScript"> <!-- function confirmDeleteLine() { var agree=confirm("Are you sure you want to delete this line of Expense?"); if (agree) { window.location="ContractorExpenseEditDeleteItem.asp?EIID="&strExpenseItemID;
Leave a comment:
-
how about if I use Javascript? it is not working yet!
Code:<script LANGUAGE="JavaScript"> <!-- function confirmDelete() { var agree=confirm("Are you sure you want to delete The Entire Expense?"); if (agree) return true ; else return false ; } --> </script> <input type='submit' value='Delete' onClick=location.href='ContractorExpenseDelete.asp';return
Leave a comment:
-
how about if I use Javascript? it is not working yet!
Code:<script LANGUAGE="JavaScript"> <!-- function confirmDelete() { var agree=confirm("Are you sure you want to delete The Entire Expense?"); if (agree) return true ; else return false ; } --> </script> <input type='submit' value='Delete' onClick=location.href='ContractorExpenseDelete.asp';return
Leave a comment:
-
Pop up window in ASP
Hi,
I would like to define a function in ASP which poped up a window and asking me if I am sure?
something like:
SUB ConfirmDelete()
...popup confirmation window
return (answer)
END SUB
Confirmation=Co nfirmDelete()
AND I don't want to use JavaScript. Do you have any idea how should I do it?
Regards,
FF -
Pop up window in ASP
Hi,
I would like to define a function in ASP which poped up a window and asking me if I am sure?
something like:
SUB ConfirmDelete()
...popup confirmation window
return (answer)
END SUB
Confirmation=Co nfirmDelete()
AND I don't want to use JavaScript. Do you have any idea how should I do it?
Regards,
FF -
Submit button in JavaScript
Hi,
I have the following part in my code in ASP and JavaScript:
[CODE=html]<script type="text/javascript">
function displayRow(){
var ET = document.getEle mentById("Expen seTable");
var row3 = document.getEle mentById("searc hbutton");
If row3.value == 'search' {
if (row2.value ==...Leave a comment:
-
checking the value of a submit button
I have the following code:
Code:<script type="text/javascript"> function displayRow(){ var ET = document.getElementById("ExpenseTable"); var row3 = document.getElementById("searchbutton"); If row3.value == 'search' { if (row2.value == 'Expenses') { ET.style.display = ''; } } </script> <input type="submit"
-
And how should I check in the function(javasc riptcall) if the button have been pressed?...Leave a comment:
-
Hi ,
Thanks for your response.
my image is :
<input type="image" src="images/btn_search.gif" height=20 name="searchbut ton" id="searchbutto n" alt="submit" border="0">
and I want to put an If clause in a Script that check if this button has been pressed or not!
Do you have any idea how?
ThanksLeave a comment:
-
Is an image button pressed in JavaScript?
Hi,
I have two text box and an image submit button. how should I know if the button has been pressed in a JavaScript?
Regards,
FF -
Is a submit button pressed in ASP?
Hi,
I have 2 text box and a "search " button.
I would like to check if the text boxes are empty [U]when the search button has been pressed. How should I do that?
Regards,
FF -
Hello,
I appreciate your response.
The section onChange="this. form.submit(); doesn't refresh my form! do I need to write a JavaScirpt function?
Regards,
FFLeave a comment:
-
Dependent Drop Down Box
HI,
I have 2 drop down box in my form in ASP named DD1 and DD2.
I would like to choose one option in DD1 and based on what I choosed in that, the second drop down (DD2) would be refreshed and show some special informations in it!
basically I want to be able to pass whatever I choosed in DD1 to DD2 and based on that, run a special store procedure!
I have no idea how should I do it! Would... -
Hi Mark,
I truly appreciate your help.
It worked.
Thank you
FayLeave a comment:
-
String in ASP
Hi,
How could I find a special character like comma(,) for example in a string in ASp code? Then open an pop up window to show the error message: " The charactor comma(,) is not allowed in this text box!"
Appreciated
Fay
No activity results to display
Show More
Leave a comment: