HTML - Need Help With My Current Poll
I created the look of the poll through Dreamweaver. How do I link the poll from my forums so that when they vote on the front page it will vote on the forums? Basically trying to make my front page a portal I guess from scratch.
Heres a link to my homepage with the poll: http://compkiosk.com/ And heres the forum with the poll: http://www.compkiosk.com/Forums/viewtopic.php?f=51&t=8 I don't know how to make the Radio buttons work with the submit button. Similar TutorialsI am not sure where this would belong on the forum but I would like to suggest a discussion category on IE7 only (CSS/XHTML). Bad idea? delete please Hi. i have a problem. I made a template... and i create a poll on a site and i put that poll on my site and i don't get how to put that on the right og the template... when i use allign="right" it goes to far and i can use spaces because the poll gets one row down. Thanks in advance. Ok this is probably not in the right section because i do not see a PHP form but oh well sorry, so i want to make like a poll script and stuff for people to vote how would i do it. This is what i wanted for example: "Who do you want to be DJ of The Week?" -DJ Brad -DJ Mod -DJ Kris -DJ Physco -DJ Laugh SUBMIT BUTTON Something like that BUT when they click Submit it takes them to a page that shows "thanks for voting" but i do not want them to see the results on who voted for who the only person that should see the votes is the Admin which is me, possibly could it be sent to my email? I know how to edit it i just need a full script of what i just explained the rest i can edit sorry if its to much if you need more explaining just add my msn its dj-cann0n@live.com hit me up their. Ok, here is the code to view my polls results. It is supposed to view the poll in the same division as the poll is posted... however this code doesn't work very well when having the page in a folder other than the main directory: Code: <a href="$this->form_forward?action=results&poll_ident=$poll_id">$pollvars[result_text]</a> Click the "view results" page on the homepage: http://www.pzfantasyfootball.com to see what its supposed to do... Then click the view results on this page: http://www.pzfantasyfootball.com/ran...lyrankings.php to get an error message. I tried sticking http://www.pzfantasyfootball.com in front of the code I gave... but the result was it opening the results in a big white screen, rather than in the same position. Help would be greatly appreciated! I could use some help with this. I'm trying to make a basic poll. What I want is that after the user votes, it shows the results for about 2-3 seconds and then forwards them to one of my advertiser's pages in a new window. Because of the 2nd part, I haven't been able to use any of the available WP plugins since they store all the results on their servers. What's the right way to do this? I'm having an issue with displaying poll results. The poll bar is made up of left cap, center bar and right cap images. The center bar is stretched according to survey result percentage. The problem is, if a result is 100% the combined poll images are not (including COUNT - see below) contained on the same line. Also included attachment to give better idea. Anything less than 95% and the bar shows ok. Here's the code: Code: <td> <img src="poll_left.gif"><img src="poll_center.gif" width="{survey_question_row.survey_row.PERCENT}%" height="12"><img src="poll_right.gif"> {survey_question_row.survey_row.COUNT} </td> How do I contain the three images (along with survey_row.COUNT) on the same line? If I remove the " % " then obviously the bar shows as pixel width which isn't what I want - bar ends up very small in length. I know I probably need to add style code to <td> to restrict and contain all content to the same line but afraid I don't know what. Or does an equation in width="{survey_question_row.survey_row.PERCENT}%" requires adding to reduce the width so everything fits on same line? Would appreciate any help and thanks in advance. Hi guys, i was wondering if you would be able to help me out. Im attempting to create a poll on my website but im struggling to get the results i want. What im trying to go is have the poll on one page, then on a separate page just have shown the top result which also shows the percentage of people who chose that option. Thanks alot in advance for your help. After the success of our last YoungEntrepreneur.com poll on The Top 20 Startup Mistakes that entrepreneurs make, we're ready to get our new poll started! This time I want to talk about raising money. It's been said that there is no such thing as a startup with too much money. You need capital to invest in sales, marketing, staff, offices, research, etc. Every business needs some startup capital so my question to you is what's the best way to raise money? Hi. Im looking for a script that allows the current url you are visiting to be set as a your startpage. Not just one single url but the one you are on! Anybody know of such a script? Cant find it Is it possobel to show current month in my drop down . Thanks Hello, I have the following form on my webpage, however I need to modify the code so that where it says value ="20080916", i.e. todays date in the format YYYYMMDD, I need it to change to whatever the date is on the particular day that the site is accessed and the form used. Any ideas? Thanks Damian <form action="http://logis.korail.go.kr/driveinfo/TrainDriveSearchp.jsp" method="get"> <input name="opsDd" type="hidden" id="opsDd" value="20080916"> <p align="center"> <!--webbot bot="Validation" B-Value-Required="TRUE" I-Minimum-Length="5" I-Maximum-Length="5" --> <input name="trnNo" id="trnNo" style="font-family: Arial;" size="3" maxlength="4"> <input name="pageNo" type="hidden" id="pageNo" value="1"> </p> <p align="center"> <input type="submit" value="Submit" style="font-family: Arial; font-weight: bold"> </p> </form> Hi there, I am using dreamweaver to make this website and I have got a little problem. I have got this template which has a top nav bar, and if it is selected it has a class="current" for CSS. I am using it in a template so when one updates they all do. This is where the problem occurs. I cannot set each one to current on the nav bar. I could make the nav bar and editable region, however I dont want to, as then if I update it, it wont up date any of the others. Is there a way to do a sort of IF statment saying if the url equals www.mydomain.com/aboutus.html class equals current? Thanks. Josh I am trying to create a simple html page that when opened and whilst viewing has a running clock...is that possible..? If so, what coding is required...? Alright, I haven't been coding in a while, just got back into it. Well my question is, how can I make the Home button, light up, ONLY on the Home Page (Chat button light up on Chat page) etc etc. I already have rollover image buttons on my site. Here is my HTML: Code: <html> <head> <link href="style.css" rel="stylesheet" type="text/css"> <title>Decker Designs</title> <SCRIPT LANGUAGE="JavaScript"> image1 = new Image(); image1.src = "http://s2.postimage.org/gn90899g/home2.png"; image2 = new Image(); image2.src = "http://s2.postimage.org/gocp4l44/chat2.png"; image3 = new Image(); image3.src = "http://s2.postimage.org/gp1i6sis/gal2.png"; </script> <a href="index.html" onmouseover="image1.src='http://s2.postimage.org/gn90899g/home2.png';" onmouseout="image1.src='http://s2.postimage.org/gn5p5k9w/home1.png';"> <img name="image1" src="http://s2.postimage.org/gn5p5k9w/home1.png" border=0></a> <a href="chat.html" onmouseover="image2.src='http://s2.postimage.org/gocp4l44/chat2.png';" onmouseout="image2.src='http://s2.postimage.org/gohnqmlg/chat1.png';"> <img name="image2" src="http://s2.postimage.org/gohnqmlg/chat1.png" border=0></a> <a href="gal.html" onmouseover="image3.src='http://s2.postimage.org/gp1i6sis/gal2.png';" onmouseout="image3.src='http://s2.postimage.org/goy743j8/gal1.png';"> <img name="image3" src="http://s2.postimage.org/goy743j8/gal1.png" border=0></a> </head> <body> Thanks everyone! can someone help me with a simple code that will take a url "URL.com/something/ and then remove "URL.com/,/" and append ".swf" and then would show an object at "anotherURL.com/something.swf? I know there are scripts that take the current URL and can modify and use it. Code: <h1>Title of Video</h1> <p style="text-align: left;"> <object width="600" height="600" data="http://URL.net/nd/video.swf"> </object> </p> so if the HTML/java script was on url.com/2011/10/something then the object data/source would be at url.net/nd/something.swf and if the script was on url.com/2011/10/somethingelse then the object data/source would be at url.net/nd/somethingelse.swf i'm sure this is possible because I've seen similar scripting done for something else I had where entering text in a box in a webpage would put that text at the end of a URL upon hitting a go button. any help is greatly appreciated! thanks! XTC Hi guys, Basically, I have a .swf that I want to put on multiple pages that is capable of linking to different pages without having to customise the xml per page. I'll try and explain myself: If I inset the flash file on page1, then I want to have links coming out of the flash that direct to http://site/page1/A and http://site/page1/B. I'd then like to use the same flash on page two, and have the links point to http://site/page2/A and http://site/page2/B. I basically need to have the link address take into account the page the user is on and add an A, or B to the address. Is this possible? Perhaps it will require javascript? I can't get my head around this, so any help would be much appreciated! Thanks What I want is to use some html or javascript or something to show the user of my site the exact page they are viewing. Then i would set it up so they could either bookmark it or copy the link. So a normal bookmarking script is not what I want. I need to be able to display the link the user is viewing on the page they are viewing. How can this be done? Hi all, If you go to http://kvc.dk/CTC7/index.htm Press "ctc-info" in the top menu you goes to a page with an iframe and links on top. When you press these links i want the current link to stay active until you press on another link. I have tried this: http://forums.htmlhelp.com/index.php...ndpost&p=38645 But i cant get it to work. Heres the code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/> <title>CTC</title> <link rel="stylesheet" type="text/css" href="../stylesheet.css"/> </head> <body> <table border="0" width="950" cellspacing="0" cellpadding="0" height="500"> <tr> <td align="right" bgcolor="#000000" valign="top" style="padding-right: 10px; padding-top: 70px" background="../images/Frontimages/ombygning.jpg"> <table border="0" width="500" cellspacing="0" cellpadding="0" > <tr> <td style="border: 2px solid #FFFFFF"> <table border="0" width="100%" cellspacing="0" cellpadding="0" background="../images/hvidbg.png" > <tr> <td style="padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:14px"> <a target="menu" href="Text/CTCinfo/omctc.htm">Om CTC</a> | <a target="menu" href="Text/CTCinfo/ansatte.htm">Ansatte</a> | <a target="menu" href="Text/CTCinfo/samarbejdspartnere.htm">Samarbejdspartnere</a> | <a target="menu" href="Text/CTCinfo/dopingpolitik.htm">Dopingpolitik</a> | <a target="menu" href="Text/CTCinfo/job.htm">Job</a> | </font><a target="menu" href="Text/CTCinfo/downloads.htm"> Downloads</a></td> </tr> <tr> <td> <iframe name="menu" src="Text/CTCinfo/omctc.htm" width="500" height="329" frameborder="0" allowtransparency="true" background-color="transparent"></iframe> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </body> </html> Hi Guys, I send php emails to myself and when click on the link it opens a new windows. Is there anyway I can force the link to opened in the current window its in ? |