Forum: ASP Sep 28th, 2009 |
| Replies: 3 Views: 712 replace(yourDbField,vbcrlf,"<br>")
this is ur solutions |
Forum: ASP Sep 28th, 2009 |
| Replies: 2 Views: 616 http://www.w3schools.com/asp/asp_ref_filesystem.asp |
Forum: ASP Sep 28th, 2009 |
| Replies: 2 Views: 834 i dont see anything wrong :(
can u post html as well |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 that i cant answer as i am not typically that kind of php developer, but i hope so that it could be used |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 sure i will guide u, dont worry, just go ahead and install, if u face any problem ask.
ok |
Forum: PHP Sep 8th, 2009 |
| Replies: 20 Views: 485 i recomand you install easy php and after installing that you have to just changed the iis port to some other port. |
Forum: ASP Sep 8th, 2009 |
| Replies: 1 Views: 591 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: 885 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: 705 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: 531 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: 403 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,422 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,422 they are comma separated
ie
2,3,4,5
try it and let know |
Forum: ASP Jul 1st, 2009 |
| Replies: 6 Views: 17,772 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: 864 is ur admin panel used by microsoft :D
duh dont u have anything good and useful to do :D |
Forum: Community Introductions Jun 26th, 2009 |
| Replies: 3 Views: 252 thank u all
and yes its nice to meet u all too :) |
Forum: RSS, Web Services and SOAP Jun 25th, 2009 |
| Replies: 1 Views: 1,445 hey guyz,
i need help regarding web services
here is code
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient30")
oSOAP.ClientProperty("ServerHTTPRequest") = True
'Initaialize the Web... |
Forum: ASP Jun 25th, 2009 |
| Replies: 1 Views: 689 do u want to send email when he clicks submit button
if so please give ur html code as well |
Forum: Community Introductions Jun 25th, 2009 |
| Replies: 3 Views: 252 hey all :)
love to be here
i am zeshan hayder, 25 years old from lahore pakistan
i am web programmer basically in classic asp but sometimes in php as well :)
i hope we all will have a... |
Forum: ASP Jun 25th, 2009 |
| Replies: 1 Views: 363 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,004 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: 826 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: 406 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... |