Is it possible to move the Browse button to the left of the input box for a file input filed? My customer wants the button to the left.
Thanks in Advance!!
Cole
I am new to C# and I have a question regarding what the {} do within the Write & WriteLine methods... If you look at the code below, this line in particular is confusing me System.Console.Write("{0,24}", s); - what does the {0,24} do here???
Thanks in advance!!!
Nicole
class...
I'm trying to submit a form using an image link (using a link instead of an image form button so a mouse over image can be used). It works fine on all other browsers, but not on Mac IE - no errors are found and it does absolutely nothing.
Here's what I've tried:
1.) <a href="javascript...
Can anyone tell me what is wrong with this Select Statement???
SELECT morning_show.page_header,first_dj.img AS img1,second_dj.img AS img2 FROM morning_show LEFT JOIN djs AS first_dj ON first_dj.id=morning_show.dj1_id LEFT JOIN djs AS second_dj ON second_dj.id=morning_show.dj2_id;
It is giving...
I have a strange thing happening... I am pulling content from a MySQL table and inserting it into an email message and an exclamation point is appearing in the email. There isn't one in the table and there isn't one when I just display the content from the table to the page... It's the strangest...
Is there a way to know where the user came from (parent url) when entering a page on my site. I'm not finding anything on how to do this, but I'm sure it's possible.
Here's my exact problem:
I'm wanting to sell a program online that the user can then download once they have purchased it. One of...
I am new to Frontpage and my customer would like a password protected members area. He will be give the members a username and password so they can login in the the members area. How do I do this in FrontPage??? They don't need to register, I just need a to know how to have a login form that...
I am getting an expected identifier error with this code. And I don't know why I'm getting it... Any help would be appreciated!
<SCRIPT LANGUAGE='JavaScript'>
<!--
function delete_alternative(form,i) {
if (form.delete[i].checked == true) form.delete_alt[i].value = "DELETE"...
Beings the search currently isn't working, I'm going to ask.... Does anyone know how to include a web page into an email??? I've seen this done numerous times and was curious how to do it.
Thanks in advance,
Cole ;)
Beings the search currently isn't working, I'm going to ask.... Does anyone know how to include a web page into an email. I've seen this done numerous times and was curious how to do it.
Thanks in advance,
Cole ;)
I am building a site where we are selling a program online. The user has the choice of downloading it or having the cd sent to them. My question is beings the user can only download the program once, how do I check to see that the download has been completed?? If anyone can help me on this, I...
I am building a site where we are selling a program online. The user has the choice of downloading it or having the cd sent to them. My question is beings the user can only download the program once, how do I check to see that the download has been completed?? If anyone can help me on this, I...
I came across this line of code in one of the sites that I maintain (I didn't originally code it) and I was curious what exactly it does.
Here's the code:
<A HREF='$PHP_SELF?order=prod_name" . ($_GET[order] == "prod_name" ? " DESC" : "") . '>
I'm not sure...
Is there any way to have text displayed vertically (instead of writing left to right, it would write bottom to top) on a page through style sheets or tabling?? I am trying to recreate an excel spreadsheet online. I'm not sure that this can be done, so I'm asking the experts!!!
Thanks for your...
I am trying to find the resolution of an image that the user uploads. And if isn't a high enough resolution, I need to inform the user that the image was rejected. Is there any way to determine what the resolution is, like a formula to follow??? (I am able to find the images file size and height...
I am trying to find the resolution of an image that the user uploads. And if isn't a high enough resolution, I need to inform the user that the image was rejected. Is there any way to determine what the resolution is??? I haven't been able to find any information to help me with this and I'm...
Is there a way to rename a database like the rename table command?? I haven't been able to find any info on it at mysql.com.... If not, what would be the easiest way to accomplish this???
Thanks in advance,
Cole ;)
I'm not sure where to post this question, but here goes...
Does anyone know what causes the browser to misinterpret the html/php code?? What I mean is sometimes you will pull up a page and the text will be overlying on an image (like it's ignoring the table structure). But when you refresh the...
I am new to using Curl. I am using it to call in a page off of a secure site because the include function doesn't support https. It is working fine except it is returning a 0 and displaying it on the screen. I don't know how to get rid of it!!!! If anyone knows how to get this from displaying...
Ok, someone please tell me what is wrong with this code. I'm trying to change the alpha property of a text field and it won't work. I've done it with movie clips just fine. Here's the code:
function acctAppear() {
if (loopnum == 1) {
acct_txt._alpha = 1;
acct_txt._visible = true...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.