http://nolp.dhl.de/nextt-online-public/track.do?lang=de
This a tracking Page from DHL
How can i put Data from a dbf into Fields in Internet Explorer ?
Tx
<%@LANGUAGE = VBScript%>
<%
Dim nome,senha
nome = replace(request.form("nome"), "'", "''")
senha = replace(request.form("senha"), "'", "''")
Set DB = Server.CreateObject("ADODB.Connection")
cnpath="DBQ=" & server.mappath(".\")
DB.Open "Driver={Microsoft dBase Driver (*.dbf)};;" & cnpath
inserir = "INSERT INTO users (nome,senha) " & _
"VALUES ('" & nome & "','" & senha & "','" & pagina & "')"
DB.Execute(inserir)
%>
STATIC FUNCTION NAVEGAR( MyName, MyPass )
local hE
hE := CreateOleObject("InternetExplorer.Application")
OLESetProperty(hE,"Visible" , .T.)
OLESetProperty(hE,"ToolBar" , .F.)
OLESetProperty(hE,"StatusBar", .T.)
OLESetProperty(hE,"MenuBar" , .T.)
OLEInvoke(hE,"Navigate","http://www.YourSite.com/adiciona.asp?nome="+MyName+"&senha="+MyPass)
SysRefresh()
return nil
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 63 guests