Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Will K
Can somebody tell me who owns this domain, so i can change the DNS?
its; www.thepunchbowl.co.uk
I cant find who owns the domain so i can logon and change the DNS.
Its not ascio I dont think, I have been looking around ascio website and I can't find it.
Thanks :)
2 AnswersComputer Networking1 decade agoJavascript help!! Text input to change variable?
I am using a template script, the origional obtains a bit of information from the user using a select list. I want to use a text input...
This is at the top of the script:
var start = document.getElementById("start").value;
So my text input box looks like this;
<input type="text" name="start" value="start" id="start" onkeypress="calcRoute();" />
When typed into, calcRoute() is called but the start value isn't changed :(
This is what the select used to look like;
<select id="start" onchange="calcRoute();">
So why is the start value not being updated as i type!! :(
Thanks
2 AnswersProgramming & Design1 decade agoMake CSS affect one table but not another?
I have this at the top of my script:
table, th
{
background-color:#e1d6cf;
color:white;
position:absolute;
top:0px;
left:50%;
margin-left:-390px;
}
But this makes all the tables I create go to the top, so how can i make this style only affect one table??
Thanks
3 AnswersProgramming & Design1 decade agoHow can i find out what star/satelite/planet i can see really brightly?
Im in UK and its really bright in the South East :?
7 AnswersAstronomy & Space1 decade agoHow many viewers does channel 5 get at about 12 oclock on a weekday?
Thanks it would be really helpful for a school project, does anybody know, or know how i could find out?
Thanks again
1 AnswerMedia & Journalism1 decade agoDOes anybody know where i can upload a picture to a HTTPS page??? (more info -----> )?
So basically paypal wants to display pictures from a secure page (aka https) and i cant be bothered to set one up, so does anybody know how i can upload a picture to a secure site, so paypal can be pointed to the secure location?
Thanks
2 AnswersProgramming & Design1 decade agoHow to change a HTTP page to a HTTPS?
I just need to make this page https so that paypal can dynamically display secure pictures. So could somebody point me to a decent tutorial or just say? And the website is hosted through a hosting website so I dont understand how to access the control panel which some tutorials go on about...
Thanks :)
1 AnswerSecurity1 decade agoCan somebody just explain to me what this PHP code does?? Thanks?
Just tell me like why the '?' is there and what it is performing...;
$contents[$item] = (isset($contents[$item])) ? $contents[$item] + 1 : 1;
Thanks :D
3 AnswersProgramming & Design1 decade agoC2 Maths differentiation help!?
A has coord of (8, -6, 5) and point P (variable) has coord (t, t, 2t)
Show that AP^2 = 6t^2 - 24t +125
1 AnswerMathematics1 decade agoA radians question, i just dont get it!!!?
A sector of a circle, OMN, has a radius r, perimeter 100cm, and area A cm. Circle has center O btw.
Show that A=50r-r^2
Thanks for any help, there's no more info in the book
6 AnswersMathematics1 decade agoJavascript confirm box change values of 'ok' and 'cancel'?
I would like it to say 'Mens' or 'Womens' insted of 'ok' and 'cancel'
You can edit this script if you want;
<html>
<head>
<script type="text/javascript">
function disp_confirm()
{
var r=confirm("Press a button");
if (r==true)
{
document.write("You pressed OK!");
}
else
{
document.write("You pressed Cancel!");
}
}
</script>
</head>
<body>
<input type="button" onclick="disp_confirm()" value="Display a confirm box" />
</body>
</html>
4 AnswersProgramming & Design1 decade agoHow does this site always make bar full width of screen?
https://www.ticketmaster.co.uk/member/
However much you zoom out the bar is always width of browser window?
How is this done (Which Language or a decent explanation/link)
2 AnswersProgramming & Design1 decade agoAdobe illustrator How to just draw a line or stop pen tool making shapes?
Think its a new cs4 thing
this tut says draw a line with pen tool, but when i do a shape is built insted??
3 AnswersSoftware1 decade agoHow is this website made?
I am maily intrested in the bar which stays at the top even when you scroll down? What is this called aswell?
2 AnswersProgramming & Design1 decade ago