eyalros
04-11-2007, 06:25 AM
Hello.
How (I mean, in which syntax) Can I do the following thing:
function new_Photo_Text(number) {
div[PUT HERE "NUMBER" VAR].style.height='100';
div[PUT HERE "NUMBER" VAR].style.visibility='visible';
document.all.i[PUT HERE "NUMBER" VAR].style.height='100';
i1.location='create_new/photo_text.php?block=1&page_id=<? echo $page_id; ?>&align=left';
}
Thanks!
How (I mean, in which syntax) Can I do the following thing:
function new_Photo_Text(number) {
div[PUT HERE "NUMBER" VAR].style.height='100';
div[PUT HERE "NUMBER" VAR].style.visibility='visible';
document.all.i[PUT HERE "NUMBER" VAR].style.height='100';
i1.location='create_new/photo_text.php?block=1&page_id=<? echo $page_id; ?>&align=left';
}
Thanks!