Click here to Skip to main content
15,899,474 members
Home / Discussions / Web Development
   

Web Development

 
GeneralCookies problem Pin
Rahul Babu14-Dec-07 1:37
Rahul Babu14-Dec-07 1:37 
GeneralRe: Cookies problem Pin
Michael Sync15-Dec-07 5:02
Michael Sync15-Dec-07 5:02 
Generaladding row dynamically Pin
neoghy12-Dec-07 23:01
neoghy12-Dec-07 23:01 
GeneralRe: adding row dynamically Pin
Michael Sync13-Dec-07 1:10
Michael Sync13-Dec-07 1:10 
Questionhow to get value of selected item in dropdown list using javascript ? Pin
Arun Senthil Kumar12-Dec-07 18:23
Arun Senthil Kumar12-Dec-07 18:23 
GeneralRe: how to get value of selected item in dropdown list using javascript ? Pin
Michael Sync12-Dec-07 21:04
Michael Sync12-Dec-07 21:04 
GeneralRe: how to get value of selected item in dropdown list using javascript ? Pin
Arun Senthil Kumar14-Dec-07 1:10
Arun Senthil Kumar14-Dec-07 1:10 
GeneralCheck popup open Pin
AnhTin12-Dec-07 17:23
AnhTin12-Dec-07 17:23 
hi all
i have some code check popup open but have some problem
in the fist link will open popup with pram is width="300" and height="300"
but when this popup is open when i click the link "open3" the window don't rezise width and height to "200" and "200"

Some body help me
if this popup is open and close this it and open new popup
OR if this popup is open, resize this popup with new pram


var newwindow;
function popUp(url, w, h, namn)
{
newwindow=window.open(url, namn, 'width='+ w +', height=' + h + ' resizable=no, scrollbars=auto, toolbars=no, location=no, directories=no, status=no, menubar=no, copyhistory=no');
if (window.focus) {newwindow.focus()}
}


open1
open2
open3
open4

GeneralProblem in Opening HTML file. Pin
sanjeeva K Kanakam12-Dec-07 16:28
sanjeeva K Kanakam12-Dec-07 16:28 
GeneralImage Transfer from window machine to Unix based machine Pin
Vipin Chauhan11-Dec-07 18:51
Vipin Chauhan11-Dec-07 18:51 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Michael Sync12-Dec-07 19:06
Michael Sync12-Dec-07 19:06 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Vipin Chauhan13-Dec-07 22:42
Vipin Chauhan13-Dec-07 22:42 
GeneralRe: Image Transfer from window machine to Unix based machine Pin
Michael Sync14-Dec-07 0:57
Michael Sync14-Dec-07 0:57 
GeneralAllow user to download file that is located at another web server Pin
fukchai200011-Dec-07 14:54
fukchai200011-Dec-07 14:54 
GeneralActive Document under internet explorer (IOleDocument / IOleDocumentView Pin
Roey C11-Dec-07 11:18
Roey C11-Dec-07 11:18 
GeneralLocal Time Pin
Brendan Vogt11-Dec-07 10:41
Brendan Vogt11-Dec-07 10:41 
GeneralRe: Local Time Pin
pmarfleet11-Dec-07 11:11
pmarfleet11-Dec-07 11:11 
QuestionImplementation Technology Suggestion for exchanging data with a remote server needed. Pin
mtwombley11-Dec-07 8:01
mtwombley11-Dec-07 8:01 
QuestionUrgent: reseizing webparts dynamically Pin
devsam11-Dec-07 3:52
devsam11-Dec-07 3:52 
GeneralRe: Urgent: reseizing webparts dynamically Pin
Paul Conrad23-Dec-07 14:50
professionalPaul Conrad23-Dec-07 14:50 
QuestionStupid problem with innerHTML in Javascript Pin
ieaeitsch11-Dec-07 2:32
ieaeitsch11-Dec-07 2:32 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
Michael Sync11-Dec-07 19:24
Michael Sync11-Dec-07 19:24 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
ieaeitsch11-Dec-07 21:52
ieaeitsch11-Dec-07 21:52 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
Michael Sync11-Dec-07 22:28
Michael Sync11-Dec-07 22:28 
GeneralRe: Stupid problem with innerHTML in Javascript Pin
Michael Sync11-Dec-07 22:29
Michael Sync11-Dec-07 22:29 

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.