Visa ett inlägg
Oläst 2008-07-22, 23:02 #41
Kristoffer G Kristoffer G är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: May 2007
Inlägg: 1 014
Kristoffer G Kristoffer G är inte uppkopplad
Har WN som tidsfördriv
 
Reg.datum: May 2007
Inlägg: 1 014
ja alltså det va väl det du menade innan?

function getquerystring() {
var word = document.getElementById("feed").value
qstr = 'feed=' + escape(word);
return qstr;
}


<form name="feeds" action="index.html" method="POST">
<select id="feed">
<option value="">Välj</option>
<option value="http://www.geiser.se/feed" onClick='xmlhttpPost("show_feed.php")'>Geiser.se</option>
<option value="http://feeds.feedburner.com/tkjblogg?format=xml" onClick='xmlhttpPost("show_feed.php")'>TkJ</option>
<option value="http://www.dan.se/feed" onClick='xmlhttpPost("show_feed.php")'>Dan.se</option>
</select>
Kristoffer G är inte uppkopplad   Svara med citatSvara med citat