Click here to Skip to main content
15,918,471 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: DOM and getElementById Pin
FruitBatInShades23-Dec-03 1:44
FruitBatInShades23-Dec-03 1:44 
GeneralRe: DOM and getElementById Pin
FruitBatInShades23-Dec-03 2:03
FruitBatInShades23-Dec-03 2:03 
GeneralASP - Stored Procedure question Pin
theJazzyBrain16-Dec-03 0:07
theJazzyBrain16-Dec-03 0:07 
GeneralRe: ASP - Stored Procedure question Pin
henningbenk16-Dec-03 21:24
professionalhenningbenk16-Dec-03 21:24 
GeneralRe: ASP - Stored Procedure question Pin
theJazzyBrain17-Dec-03 5:14
theJazzyBrain17-Dec-03 5:14 
GeneralRe: ASP - Stored Procedure question Pin
OMalleyW18-Dec-03 9:41
OMalleyW18-Dec-03 9:41 
GeneralRe: ASP - Stored Procedure question Pin
theJazzyBrain18-Dec-03 21:14
theJazzyBrain18-Dec-03 21:14 
Generalget html source code of google page Pin
Member 76954215-Dec-03 19:06
Member 76954215-Dec-03 19:06 
Confused | :confused: hi
i want to get the html source code of google search page. i tried using xmlhttp....it works for all other site but does not for google..pl help me out
the code is as follows
<%@ language=VBScript%>

<title>HTML Source Code

Get Source of URL:






<%
dim objXMLHTTP
URL = Request.form("txtURL")
if ( URL = "" ) then
URL = "http://www.google.com"
end if

Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP")
objXMLHTTP.Open "GET", URL, false
objXMLHTTP.Send

Response.Write "
"
Response.Write "

HTML Code for "&URL&"

"
Response.Write ""
Response.Write objXMLHTTP.responseText
Response.Write ""
Set objXMLHTTP = Nothing
%>


kirtij
GeneralSelecting many files to upload Pin
Rostrox15-Dec-03 17:31
Rostrox15-Dec-03 17:31 
GeneralRe: Selecting many files to upload Pin
l a u r e n25-Dec-03 13:58
l a u r e n25-Dec-03 13:58 
GeneralControl for FileDialog Pin
Rostrox15-Dec-03 17:20
Rostrox15-Dec-03 17:20 
GeneralPleeeaasse... ASAP Pin
The_Server15-Dec-03 12:37
The_Server15-Dec-03 12:37 
GeneralRe: Pleeeaasse... ASAP Pin
l a u r e n25-Dec-03 13:59
l a u r e n25-Dec-03 13:59 
GeneralRe: Pleeeaasse... ASAP Pin
The_Server26-Dec-03 0:34
The_Server26-Dec-03 0:34 
Generalwhatta i do with this ole box... Pin
stephen.hazel15-Dec-03 8:45
stephen.hazel15-Dec-03 8:45 
GeneralRe: whatta i do with this ole box... Pin
Ian Darling15-Dec-03 9:29
Ian Darling15-Dec-03 9:29 
GeneralRe: whatta i do with this ole box... Pin
Not Active15-Dec-03 10:16
mentorNot Active15-Dec-03 10:16 
GeneralRe: whatta i do with this ole box... Pin
stephen.hazel15-Dec-03 10:35
stephen.hazel15-Dec-03 10:35 
GeneralRe: whatta i do with this ole box... Pin
Not Active15-Dec-03 11:50
mentorNot Active15-Dec-03 11:50 
GeneralRe: whatta i do with this ole box... Pin
Ian Darling15-Dec-03 12:19
Ian Darling15-Dec-03 12:19 
GeneralRe: whatta i do with this ole box... Pin
stephen.hazel15-Dec-03 13:01
stephen.hazel15-Dec-03 13:01 
GeneralRe: whatta i do with this ole box... Pin
Brad Bruce20-Dec-03 2:28
Brad Bruce20-Dec-03 2:28 
GeneralMS Access licenses Pin
Anonymous15-Dec-03 5:44
Anonymous15-Dec-03 5:44 
GeneralRSS Date Format Pin
allia14-Dec-03 10:13
allia14-Dec-03 10:13 
QuestionIs it impossible to specify height of tables with 100%? Pin
kimamundsen13-Dec-03 15:59
kimamundsen13-Dec-03 15:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.