Click here to Skip to main content
15,891,943 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to create text boxes dinamically in javascript??? Pin
Om Prakash Pant19-Nov-04 23:24
Om Prakash Pant19-Nov-04 23:24 
QuestionHow to call "Send page by email" in javascript? Pin
davilism19-Nov-04 5:06
davilism19-Nov-04 5:06 
AnswerRe: How to call "Send page by email" in javascript? Pin
Om Prakash Pant19-Nov-04 23:26
Om Prakash Pant19-Nov-04 23:26 
GeneralJavaScript:Window.Open(...) Pin
Bassam Abdul-Baki18-Nov-04 2:06
professionalBassam Abdul-Baki18-Nov-04 2:06 
GeneralRe: javascriptWindow.Open(...) Pin
Om Prakash Pant19-Nov-04 23:29
Om Prakash Pant19-Nov-04 23:29 
GeneralRe: javascriptWindow.Open(...) Pin
Bassam Abdul-Baki20-Nov-04 6:11
professionalBassam Abdul-Baki20-Nov-04 6:11 
GeneralRe: javascriptWindow.Open(...) Pin
Anonymous21-Nov-04 19:09
Anonymous21-Nov-04 19:09 
GeneralRe: javascriptWindow.Open(...) Pin
Bassam Abdul-Baki22-Nov-04 3:33
professionalBassam Abdul-Baki22-Nov-04 3:33 
What browser are you using? When I tried this in IE, I got a window that was 100x100 pixels large. Note: The userinfo.gif image is the Code Project image found next to the average user's name.

**************************************************************************

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<script LANGUAGE="JavaScript">
<!--
function myOpen(page)
{
window.open(page,'windowName','width=1,height=1,scrollbars=yes');
}
//-->
</script>
</head>
<body>
<a href="javascript:void();" onclick="myOpen('userinfo.gif');">Test</a>
</body>
</html>


<font size="1px">"For that one fraction of a second, you were open to options you would never have considered. That is the exploration that awaits you. Not mapping stars and studying nebula, but charting the unknown possibilities of existence." - <b><i>Q (Star Trek: The Next Generation)</i></b> <a target=_blank href="http://mywebpages.comcast.net/babdulbaki/">^</a> <a target=_blank href="/script/profile/whos_who.asp?id=8018&forumid=7606&exp=6&select=957518&df=100&msg=957518#Blog">Blog</a></font>
GeneralRe: javascriptWindow.Open(...) Pin
rgoyal22-Nov-04 18:07
rgoyal22-Nov-04 18:07 
GeneralRe: javascriptWindow.Open(...) Pin
Bassam Abdul-Baki23-Nov-04 1:36
professionalBassam Abdul-Baki23-Nov-04 1:36 
GeneralRe: javascriptWindow.Open(...) Pin
Steven Campbell23-Nov-04 7:57
Steven Campbell23-Nov-04 7:57 
GeneralRe: javascriptWindow.Open(...) Pin
Bassam Abdul-Baki23-Nov-04 8:25
professionalBassam Abdul-Baki23-Nov-04 8:25 
GeneralRe: javascriptWindow.Open(...) Pin
Anonymous26-Nov-04 18:20
Anonymous26-Nov-04 18:20 
GeneralDrag and Drop Scheduling Interface Pin
skids10118-Nov-04 1:37
skids10118-Nov-04 1:37 
GeneralInserting into Dynamic &lt;Select&gt; Construct Pin
Esther C17-Nov-04 20:02
Esther C17-Nov-04 20:02 
GeneralInserting into Dynamic &lt;Select&gt; Construct Pin
Esther C17-Nov-04 20:02
Esther C17-Nov-04 20:02 
Generalwith cgi refresh webpage if...(in c/c++) Pin
porac6916-Nov-04 23:05
porac6916-Nov-04 23:05 
GeneralRe: with cgi refresh webpage if...(in c/c++) Pin
alex.barylski17-Nov-04 16:55
alex.barylski17-Nov-04 16:55 
GeneralASP and JMail Pin
maibuihuynhtg16-Nov-04 16:12
maibuihuynhtg16-Nov-04 16:12 
GeneralModelessdialog status:0 Pin
Jonta Balonta16-Nov-04 13:21
Jonta Balonta16-Nov-04 13:21 
GeneralRe: Modelessdialog status:0 Pin
Kastellanos Nikos16-Nov-04 21:57
Kastellanos Nikos16-Nov-04 21:57 
GeneralRe: Modelessdialog status:0 Pin
Jonta Balonta16-Nov-04 22:48
Jonta Balonta16-Nov-04 22:48 
GeneralButton - text-align property does not work in Mozilla Pin
GritKit16-Nov-04 7:27
GritKit16-Nov-04 7:27 
GeneralRe: Button - text-align property does not work in Mozilla Pin
Kastellanos Nikos16-Nov-04 21:52
Kastellanos Nikos16-Nov-04 21:52 
GeneralRe: Button - text-align property does not work in Mozilla Pin
GritKit17-Nov-04 8:47
GritKit17-Nov-04 8:47 

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.