Click here to Skip to main content
15,879,535 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Directory Structure Pin
SeMartens23-Jan-09 1:18
SeMartens23-Jan-09 1:18 
QuestionAdd webpart to login.aspx page sharepoint Pin
deewaker pandey22-Jan-09 3:20
deewaker pandey22-Jan-09 3:20 
AnswerRe: Add webpart to login.aspx page sharepoint Pin
VenkatFor.NET22-Jan-09 21:10
VenkatFor.NET22-Jan-09 21:10 
Question2007 SharePoint - Need Help with Hiding Fields in a list Pin
Robb Base22-Jan-09 2:36
Robb Base22-Jan-09 2:36 
QuestionMouseOver on TD Pin
navkrishkannan22-Jan-09 1:14
navkrishkannan22-Jan-09 1:14 
AnswerRe: MouseOver on TD Pin
Ranjit Viswakumar29-Jan-09 14:44
Ranjit Viswakumar29-Jan-09 14:44 
QuestionWeb Service using COM object Pin
Griffin200221-Jan-09 9:31
Griffin200221-Jan-09 9:31 
Questionintegrate SnapCasa (thumbnail grabber) into a Guest book or scmething Pin
Task121-Jan-09 9:18
Task121-Jan-09 9:18 
Hi all… Smile | :)

i was wondering how i could integrate SnapCasa (thumbnail grabber) into a Guest book or scmething, I have tried to use the SnapCasa sample page
in what I am trying to do but no joy and I was wondering if you could help me out please…

My Idea is like this below Ie.

1) Input Page
Name: <Input>
Location: <Input>
Site Info: <Input>
Web Address www.: <Input for SnapCasa>

2) Info sent to MySQL
Louis
UK
We have over 570 Microsoft Agents To Download ect ect.
1kings.co.uk

3) Output Page
Name: Louis
Location: UK
Site Info: We have over 570 Microsoft Agents to Download ect ect.
SnapCasa Output

(SnatCasa.com code) below where it shows code=1000 it is only for that Registerd site signup for a free account

&lt;head&gt;

&lt;title&gt;&lt;/title&gt;
&lt;script type="text/javascript"&gt;
function showSnapshot() {
var website = document.getElementById("Textbox").value;
var requestString = 'http://snapcasa.com/get.aspx?code=1000&amp;size=l&amp;url='
document.getElementById("snapshot").src = requestString + website;
}
&lt;/script&gt;

&lt;/head&gt;
&lt;body&gt;

Website URL: &lt;input id="Textbox" type="text" /&gt;&lt;input id="Button1" type="button" value="Submit" onclick="showSnapshot()"/&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img id="snapshot" src="" /&gt;

&lt;/body&gt;

can you help..

My Regards
Louis..
QuestionProblem with Special Characters Pin
Christian Elena21-Jan-09 2:19
Christian Elena21-Jan-09 2:19 
AnswerRe: Problem with Special Characters Pin
SeMartens21-Jan-09 2:30
SeMartens21-Jan-09 2:30 
GeneralRe: Problem with Special Characters Pin
Christian Elena21-Jan-09 2:35
Christian Elena21-Jan-09 2:35 
QuestionThird Party Tool? Pin
Paramhans Dubey21-Jan-09 1:51
professionalParamhans Dubey21-Jan-09 1:51 
AnswerRe: Third Party Tool? Pin
Not Active21-Jan-09 2:13
mentorNot Active21-Jan-09 2:13 
QuestionADODB.Recordset error '800a0cc1' Pin
Member 340808220-Jan-09 22:30
Member 340808220-Jan-09 22:30 
AnswerRe: ADODB.Recordset error '800a0cc1' Pin
Aman Bhullar20-Jan-09 23:29
Aman Bhullar20-Jan-09 23:29 
GeneralRe: ADODB.Recordset error '800a0cc1' [modified] Pin
Member 340808221-Jan-09 16:17
Member 340808221-Jan-09 16:17 
GeneralRe: ADODB.Recordset error '800a0cc1' Pin
Aman Bhullar21-Jan-09 21:20
Aman Bhullar21-Jan-09 21:20 
GeneralRe: ADODB.Recordset error '800a0cc1' Pin
Member 340808221-Jan-09 21:34
Member 340808221-Jan-09 21:34 
GeneralRe: ADODB.Recordset error '800a0cc1' Pin
Aman Bhullar21-Jan-09 23:24
Aman Bhullar21-Jan-09 23:24 
GeneralRe: ADODB.Recordset error '800a0cc1' Pin
Member 340808221-Jan-09 16:34
Member 340808221-Jan-09 16:34 
QuestionURL in action attribute is converted to page name only (for FireFox)......? Pin
AshishTijare20-Jan-09 20:10
AshishTijare20-Jan-09 20:10 
QuestionSending HTML email using mailto Pin
peaceful_warrior20-Jan-09 18:35
peaceful_warrior20-Jan-09 18:35 
AnswerRe: Sending HTML email using mailto Pin
Aman Bhullar20-Jan-09 21:51
Aman Bhullar20-Jan-09 21:51 
QuestionCapture an object in ASP Pin
Anoop Unnikrishnan20-Jan-09 17:06
Anoop Unnikrishnan20-Jan-09 17:06 
QuestionCircumventing IE Navigation Controls Pin
Roger Wright20-Jan-09 16:53
professionalRoger Wright20-Jan-09 16:53 

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.