Hi
is there any way on ASP by which information written on one textbox on one page can be passed to text box of google search engine(www.google.ca) in another webpage and search engine brings back the relevant requested stuff.
Thanks
MS
User Profile
Collapse
-
ASP/VB Script from protected directory
Hi All
I am running an ASP/VB Script from protected directory to connect to a database to get some records . it gives me error 500 and if i run same script from unprotected directory it works well. What i should do in connection or somewhere else ?
Thanks
Manjeet -
Sms
How Does it work for SMS -
VB & Paging
Hi
is some 1 has any clue to page some information to a pager in VB6 from a form.? or i have to use 3rd party tool?
Thanks
Manjeet -
HI
I have cable based high speed internet and my computer is one node in a network. I was able to do (CDO SYS)this before .I have to format my system and reinstalled the XP SP2. After that SMTP server is ON but all messages go to Queue folder and are not able to deliever. I have check the authentication it is in Default mode .Leave a comment:
-
cdo sys with xp sp2
i have problem with CDO SYS in ASP /VBscripton windows xp SP2. Messages/email goes to Queue folders and are not able to deliver to email( someemail@yahoo .ca). Any solution?
Thanks -
-
Hi Dr B
This 1 is working and i hope i will fix my problem now
MSGLeave a comment:
-
Hi Dr B
I am doing as you old me to do
...Code:<TD align=right><a href="javascript:calendar_window=window.open ('run.asp','calendar_window','width=280,height=240');calendar_ window.focus ()">Test</a> </td> <script language="javascript"> window.opener.document.getElementById('Pickupdate'). value = '<%=CalendarValue%>';window.close(); </script>Leave a comment:
-
Hi Dr
i tried your code but still no result . Let me tell what i m doing as
I am doing like in my HTML Page
Where hyperlink opens new window with calender in it ...Code:<TD align=right><a href ="run.asp" target =" _blank "> Pickup date </a> <TD> <TD align='left"' width="25%"><INPUT name=Pickupdate></TD>
Leave a comment:
-
ASP - Passing data to Parent Page from Calendar Page
Hi
i m working with HTML with ASP, Javascript and i am facing a problem with monthly calender date selection. I am able to dispaly calender in seprate window /explorer. But i am not able to pass that date value to main HTML Page input box that is selected by client. What i should do to pass that value back to kind of ASP file to Kind of HTML file. Or there is another way to do this
MSG -
To send content
Hi
I have designed a page ASP VB in which user enters data on submit click and i want that to come to me with email. I know how to do email in ASP (text,webpage.. ...) . but how i can do that data email to me . Where i have to store that data before mailing . -
A very special Thanks to Dr. Bunchman
My Mccafee was killing my mails. But what if the host server has such kind of softwares. Any suggestions...Leave a comment:
-
ASP/CDOSYS - E-Mail not sending
i have problem in sending email In ASP with this Code . When i run it shows no error but no mail is received at other end i m using IIS and XP Pro using default localhost server
...Code:<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="abc@abc.com" myMail.To="ccd@yahoo.ca"Leave a comment:
-
I have problem in sending email In ASP with this Code . When i run it shows no error but no mail is received at other end
...Code:<% Set myMail=CreateObject("CDO.Message") myMail.Subject="Sending email with CDO" myMail.From="abc@abc.com" myMail.To="ccd@yahoo.ca" myMail.Bcc="dcd@yahoo.ca" myMail.Cc="deg@yahoo.ca" myMail.TextBody="ThisLeave a comment:
-
Classic ASP - How to email from a webpage
i m just new to Web Tech. i have to design a web page in HTML in which user enters some information in a form on that webpage , on submitting all that information passes to me on my email . Without use of outlookexpress on Client Computers. Any Solution plz -
this is very new to me. i check @ web i gotsome info . but not about to just start and go...Leave a comment:
-
MS Comm and Modem
If any expert can help me out to work with MS Comm and Modem to get caller id of a caller over the phone and send a message over the pager with modem in VB6 With MS COMM
MS -
i have tested the returned recored set. it has shown values in the textbox...Leave a comment:
-
figure it out
i have a datagrid and ADODC whose prperties are set at designtime . And runs well i need to display specific records in the grid for today's date on click of command box named activeorders. i put this code and when i run it grid comes blank . any solution
Private Sub activeorders_Cl ick()
Dim cn As New ADODB.Connectio n
Dim rs As Recordset
cn.Open ("DSN=northwind ")
Set rs = cn.Execute("sel ect...
No activity results to display
Show More
Leave a comment: