Forum: ASP Sep 28th, 2009 |
| Replies: 3 Views: 734 replace(yourDbField,vbcrlf,"<br>")
this is ur solutions |
Forum: ASP Sep 28th, 2009 |
| Replies: 2 Views: 633 http://www.w3schools.com/asp/asp_ref_filesystem.asp |
Forum: ASP Sep 28th, 2009 |
| Replies: 2 Views: 889 i dont see anything wrong :(
can u post html as well |
Forum: ASP Sep 8th, 2009 |
| Replies: 1 Views: 599 seems that you have nothing to be post in form. bring your dropdown within form and then try,
i hope it will work |
Forum: ASP Sep 8th, 2009 |
| Replies: 2 Views: 906 you dont need to put true or false
it can work this way as well
if(recordset.eof) then 'means recordset is empty |
Forum: ASP Sep 8th, 2009 |
| Replies: 1 Views: 726 for that u have to work with javascript
you can do with the help of these functions in javascript
1) onmouseover
2) onmouseout
3) timeout
all you have to do is show relevant div and hide all... |
Forum: ASP Sep 8th, 2009 |
| Replies: 1 Views: 537 its plain html, wheres the code ???????
and what do u need btw ? whole code for you to submit ? |
Forum: ASP Sep 8th, 2009 |
| Replies: 1 Views: 417 can u please post any of ur code which u r using?
it should work with arrays, its not that hard but yet please post so that can review and answer, cant write whole code by myself.
thanks |
Forum: ASP Jul 21st, 2009 |
| Replies: 8 Views: 1,434 ok u need to populate next drop down but how are u populating it?
i mean through db interaction or just javascript? |
Forum: ASP Jul 21st, 2009 |
| Replies: 8 Views: 1,434 they are comma separated
ie
2,3,4,5
try it and let know |
Forum: ASP Jul 1st, 2009 |
| Replies: 6 Views: 17,836 hey buddy
do this and it will work
and if it wont let me know
ok
here it goes
listName.options[listName.selectedIndex].value |
Forum: ASP Jun 26th, 2009 |
| Replies: 2 Views: 867 is ur admin panel used by microsoft :D
duh dont u have anything good and useful to do :D |
Forum: ASP Jun 25th, 2009 |
| Replies: 1 Views: 698 do u want to send email when he clicks submit button
if so please give ur html code as well |
Forum: ASP Jun 25th, 2009 |
| Replies: 1 Views: 374 first of all u did not post any error
second in code please include ur line breaking tags as text
i.e.
vbcrlf & "Pax5 :" & request.Form("pax5") & vbcrlf & "DOB5 :" & request.Form("dob5") & "<br... |
Forum: ASP Jun 25th, 2009 |
| Replies: 2 Views: 1,041 write this
strBody = "" before completing a loop
it will clear already whatever is in this so it will not repeat
try it and it will work |
Forum: ASP Jun 23rd, 2009 |
| Replies: 1 Views: 843 u dont need recordset to update the records
u can just do that
by
connectionName.execute(sql_statement)
other than that i dont see any problem |
Forum: ASP Jun 23rd, 2009 |
| Replies: 0 Views: 409 hello guyz,
i am new here thought might be helpful to post here. so here it goes
i have classic asp page who will call web services and display results
now the problem is that
i can login... |