Click here to Skip to main content
15,888,527 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: What are meta pointers and meta classes? Pin
alex.barylski4-Dec-04 2:14
alex.barylski4-Dec-04 2:14 
QuestionAfter logging out if I login again,can I get the same session? Pin
rgoyal2-Dec-04 21:37
rgoyal2-Dec-04 21:37 
AnswerRe: After logging out if I login again,can I get the same session? Pin
alex.barylski4-Dec-04 2:20
alex.barylski4-Dec-04 2:20 
GeneralRe: After logging out if I login again,can I get the same session? Pin
Bassam Abdul-Baki6-Dec-04 2:32
professionalBassam Abdul-Baki6-Dec-04 2:32 
GeneralNewbie Pin
shiraztk2-Dec-04 20:03
shiraztk2-Dec-04 20:03 
GeneralRe: Newbie Pin
Sven Cipido3-Dec-04 3:34
Sven Cipido3-Dec-04 3:34 
GeneralSCRIPT embedded in TABLE Pin
alex.barylski2-Dec-04 17:48
alex.barylski2-Dec-04 17:48 
Generalprint template Pin
Ryan Overholt2-Dec-04 12:10
Ryan Overholt2-Dec-04 12:10 
I am working on a print template and am baffled by the scripting that is going on. All i simply want to do is change the margins based on if i am on an odd page or an even page.

function CPrintDoc_AddPage()
{
var newHTM = "";
if (HeadFoot.page % 2 == 1){
//insert big header here
//thus need big margin
}
else{
//smaller header so I
//need smaller margin otherwise i'm wasting lots of space
}
...
}

for some reason i can not figure out how to change the margin now.
thanks.

Ryan Overholt
First Time Poster
GeneralPerl and MS-IAS Pin
JKroschel2-Dec-04 11:39
JKroschel2-Dec-04 11:39 
GeneralRe: Perl and MS-IAS Pin
perlmunger2-Dec-04 16:56
perlmunger2-Dec-04 16:56 
QuestionHow to print in horizontal Pin
Anonymous2-Dec-04 5:26
Anonymous2-Dec-04 5:26 
AnswerRe: How to print in horizontal Pin
JKroschel2-Dec-04 10:04
JKroschel2-Dec-04 10:04 
GeneralResponse.Redirect issue Pin
okoji Cyril2-Dec-04 3:56
okoji Cyril2-Dec-04 3:56 
GeneralDisable IFRAME Pin
alex.barylski1-Dec-04 19:48
alex.barylski1-Dec-04 19:48 
GeneralRe: Disable IFRAME Pin
raouls2-Dec-04 0:57
raouls2-Dec-04 0:57 
GeneralRe: Disable IFRAME Pin
alex.barylski2-Dec-04 12:25
alex.barylski2-Dec-04 12:25 
GeneralRe: Disable IFRAME Pin
perlmunger2-Dec-04 12:47
perlmunger2-Dec-04 12:47 
GeneralDiverting Ip Address in my home computer... Pin
ZarrinPour1-Dec-04 18:43
ZarrinPour1-Dec-04 18:43 
GeneralRe: Diverting Ip Address in my home computer... Pin
JKroschel2-Dec-04 10:15
JKroschel2-Dec-04 10:15 
Generalc++ problem with IHTMLDocument2 Pin
laurentmuratet30-Nov-04 23:42
laurentmuratet30-Nov-04 23:42 
GeneralRe: c++ problem with IHTMLDocument2 Pin
alex.barylski1-Dec-04 9:28
alex.barylski1-Dec-04 9:28 
GeneralLink Validation Pin
german_aspnet30-Nov-04 7:53
german_aspnet30-Nov-04 7:53 
GeneralRe: Link Validation Pin
aplope1-Dec-04 7:01
aplope1-Dec-04 7:01 
GeneralRe: Link Validation Pin
german_aspnet1-Dec-04 9:01
german_aspnet1-Dec-04 9:01 
GeneralRe: javascript typing effect Pin
Sven Cipido30-Nov-04 7:46
Sven Cipido30-Nov-04 7:46 

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.