Author |
Message |
21/08/2005 20:41:35
|
Anonymous
|
about the javascript of the "leave your comment" button in poll result:
<a href="javascript:void(window.open('/poll/comments.php?action=send&id=4&template_set=default','4','width=230,height=320,toolbar=no,statusbar=no'))">
I want to change the width and height of the comment box.
where can I change it?
Thanks for help~
|
|
22/08/2005 02:29:34
|
Anonymous
|
In the "Addentry.html" file, change the box size here:
<textarea name="message" cols="40" rows="9" wrap="VIRTUAL"></textarea>
The cols="40" is the width, and the rows="9" is the height.
http://www.billwilliams.org/[/url]
|
|
22/08/2005 05:06:03
|
Anonymous
|
sorry,my problem is for "Advanced poll Version 2.03"
I can't find the "Addentry.html" file.
Where can I change it?
|
|
22/08/2005 11:04:27
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
The window size or the size of the input box in the window that opens?
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
22/08/2005 14:05:24
|
Anonymous
|
I have changed the size of the input box.
But when I use the IE, the window pop up is to small.
How can I change it?
|
|
22/08/2005 15:43:27
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
but I could't say what file thats in.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
27/04/2006 10:14:39
|
shachi
Newbie
Joined: 27/04/2006 10:02:38
Messages: 4
Offline
|
you should change the :
$COMMENT = ($this->comments==1) ? "<a href=\"javascript:void(window.open('$pollvars[base_url]/comments.php?action=send&id=$poll_id&template_set=$this->template_set','$poll_id','width=800,height=600,toolbar=no,statusbar=no'))\">".$this->pollvars['send_com']."</a>" : '';
line in the file class_poll.php
|
|
|