uCoz Community uCoz Modules Web Polls, Guestbook and Tests Everything about Comments in guestbook goes here |
Everything about Comments in guestbook goes here |
is it possible to add comments on guestbook entries?
and Is it possible to add "good post" or "bad post" like used in comments in other module? |
So sad. But thanks for replying
|
i didint find a post where to ask this but can i make a non php comment box for my site? using xml or something to save the comments. A easy no email,no security code comment box just the name and the comment ? using this code is it possible?
Code <form action="/html/tags/html_form_tag_action.cfm" method="post"> Comments:<br /> <textarea name="comments" id="comments"> Hey... say something! </textarea><br /> <input type="submit" value="Submit" lang="en" /><input type="reset" value="reset" lang="en" /> </form> Post edited by fattyspins - Tuesday, 2010-12-14, 10:26 AM
|
Natashko, yeah but ucoz dont allow php
|
Natashko, are you shure?
|
Animorph, i cant wait when php is allowed
Added (2010-12-14, 11:36 Am) Code var commentVars = new LoadVars(); var defaultText = "###LOAD UP TEXT###."; comment_txt.text = defaultText; commentVars.friendID = "###FRIENDID###"; commentVars.Mytoken = ""; comment_txt.onSetFocus = function () { if (comment_txt.text == defaultText) { comment_txt.text = ""; } // end if }; commentSubmit_mc.onPress = function () { if (comment_txt.text != defaultText) { commentVars.f_comments = comment_txt.text; commentVars.send("confirm.cfm.ConfirmComment", "_self", "POST"); comment_txt.text = defaultText; } // end if }; commentReset_mc.onPress = function () { comment_txt.text = ""; }; commentReset_mc.onRelease = function () { Selection.setFocus("comment_txt"); }; Post edited by fattyspins - Tuesday, 2010-12-14, 5:38 PM
|
fattyspins, and ? , what do you exactly want with that , PHP is not allowed yet you already know that why are you providing that code then ?
please be just patient and wait To busy building a passive income online ;)
Post edited by Animorph - Tuesday, 2010-12-14, 5:43 PM
|
Animorph, isnt that java script?
|
fattyspins, i don't know i only code CSS and HTML , but lets not go offtopic , if you actually want to change something or ask something in guestbook then reply here , if not go to Offtopic there you can talk about allot of things
To busy building a passive income online ;)
|
Hello there,
i have some problem in sending a comment in guestbook..
Code This document had no style information. <ajax> <cmd t="eMessage" p="innerHTML"> <![CDATA[<font color="blue" class="successText">Your message has been added.</font>]]> </cmd> <cmd p="js"> <![CDATA[document.getElementById('gbsbm').disabled=false;try{document.getElementById('message').value='';document.addform.code.value='';document.getElementById('secImg').src='http://zisstudio.ucoz.com/secure/?k=;m=addcom106229338;tm='+Math.floor(Math.random()*1e8);}catch(e){}]]> </cmd> <cmd t="newEntryT" p="+innerHTML"> <![CDATA[<div id="entryID3"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="cBlock1"><tr><td style="padding:3px;"><div style="float:right;"><img style="cursor:pointer;" align="absmiddle" title="Open" onclick="if(document.getElementById('mnc3').style.display=='none'){document.getElementById('mnc3').style.display='';this.src='http://s106.ucoz.net/img/fr/EmnAR_.gif';this.title='Close';}else{document.getElementById('mnc3').style.display='none';this.src='http://s106.ucoz.net/img/fr/EmnAR.gif';this.title='Open';}" border="0" src="http://s106.ucoz.net/img/fr/EmnAR.gif" width="6" height="16" /><span id="mnc3" style="display:none;"><a href="javascript://" rel="nofollow" onclick="new _uWnd('Ie','Editing comment',-450,-200,{autosize:1,closeonesc:1,resize:0},{url:'/gb/3-5'});return false;"><img title="Edit" border="0" align="absmiddle" src="http://s106.ucoz.net/img/fr/EmnE.gif" onmouseover="this.src='http://s106.ucoz.net/img/fr/EmnE_.gif'" onmouseout="this.src='http://s106.ucoz.net/img/fr/EmnE.gif'" width="16" height="16" /></a><a href="javascript://" rel="nofollow" onclick="del_item(3);return false;"><img id="dib3" title="Remove" border="0" align="absmiddle" src="http://s106.ucoz.net/img/fr/EmnD.gif" onmouseover="if (this.src!='http://s106.ucoz.net/img/fr/EmnAjax.gif')this.src='http://s106.ucoz.net/img/fr/EmnD_.gif'" onmouseout="if (this.src!='http://s106.ucoz.net/img/fr/EmnAjax.gif')this.src='http://s106.ucoz.net/img/fr/EmnD.gif'" width="16" height="16" /></a><img align="absmiddle" border="0" src="http://s106.ucoz.net/img/fr/Emn.gif" width="1" height="17" /></span></div> <div class="cTop" style="text-align:left;"><span style="width:18px;"><b>2</b>.</span> <b>zis Dixie</b> <span style="unicode-bidi:embed;">[<a href="javascript://" rel="nofollow" onclick="window.open('http://zisstudio.ucoz.com/index/8-1','up1','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;">zis</a>]</span> <span class="cDate" style="font-size:7pt;unicode-bidi:embed;">(Today 6:19 Am)</span> </div> <div class="cMessage" style="text-align:left;clear:both;padding-top:2px;padding-bottom:2px;">testing</div> <div class="cDetails"> </div></td></tr></table><br /> </div>]]> </cmd> </ajax> i had uninstall the module and reinstall it back..and the problem still appear..so how can i resolve this problem? p/s: http://zisstudio.ucoz.com/gb Post edited by fieshah - Saturday, 2011-01-29, 3:36 AM
|
| |||