Advertisement
Advertisement
| 05.13.2008 at 10:47AM PDT, ID: 23398760 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>b</TITLE>
<script>
function changesrc(){
var vl = document.getElementById("changeto").value;
document.getElementById("frame").src = "http://" + vl;
}
</script>
</HEAD>
<BODY style="margin:0px;" >
<table border="1" width="100%" height="100%" cellpadding="0" cellspacing="0" >
<tr height="47" align="center">
<td>
<input type="text" onkeypress="if(!event)event=wincow.event; if(event && event.keyCode == 13 )changesrc();" id="changeto" size="38" />
<input type="button" value="change src" src="images/url-button.jpg" onclick="changesrc();" />
</td>
</tr>
<tr height="100%">
<td colspan="2">
<iframe style="border:0px Solid Red;" border="0" width="100%" height="100%" id="frame" src="http://www.google.com" >
</iframe>
</td>
</tr>
</table>
</BODY>
</HTML>
|