Hi,
I am building an email marketing application, and in that I want to provide a functionality for the user to view his html mails in different mail clients. How can I create this? Please help.
...
Beginner here.
I have a form with a textarea to return comments. I got a PHP script from helpvid.net to send the form to. So, the form is being sent to a PHP file.The form then returns the information to me in an email.
Problem is that the comments are sent as one large run-in paragraph. Even if the user hits Return in the field to mak...
Hello,
I have the following html:
<td valign="top" align="left"> <input style="width:250px;" name="men_url" type="text" /></td>
<td valign="top" align="left">
<select name="men_page">
<option value="">Wybierz stronę</option>
<option value="index.php?page=8">O firmie</option>
<option value="index.php?page=9">Referencje</option>
</...
Hello,
I want something similar with php/jsp in java, but not on the server side, but on the client side.
Maybe I can make a html file with i/o, or with some net.* classes. But what can I use for the button on the html page ?
Thank you
...
I'm going to need to start putting together some end-user documentation for my software I'm working on. I'm looking for a good HTML/Browser-based help file solution. I am NOT looking for the CHM solution. I'm looking for just a good hierarchical/structured HTML help documentation system that is viewable in the browser.
Also, if its sear...
I am trying to modify a php module, which shows a form on a webpage to be different.
The original module code is here, and instead of showing menus, I just want to show form fields with names.
Here is the code I have so far: http://tinyurl.com/2cjdfuh (redirects to nomorepasting.com)
which is essentially just setting up the database ta...
Hi, i am trying to concat a query value into a link
wwww.test/video (query value) ".flv"
altought i think i did something wrong.
function doSomething() {
var test = new StringBuilderEx();
var a = querySt("number");
test.append("<h1>test</h1> ");
test.append("<a ");
test.append("href=\"http:...
Developing a wordpress blog. Wanting to install the GCS box over an image centered inside the page.
Example: Have an image 700px by 100px centered inside a page. I would like to add the custom search box over that image to create a "background" for the custom search box
...
hi people,
Please take a look at THIS page.
Please feed in some random data and click on the edges of the button to submit.
PROBLEM: I am not able to click the button on the edges.
AIM: I want to extend the click-able portion to all over the button.
I think I have to introduce to it. But I am not sure where and how it has to be do...
I have a couple of twitter-powered news aggregation website. I have been planning to add images from articles that I find on twitter.
If I download the page and extract image using <img> tag, I get a bunch of images; not all of them relevant to the article. For example, images of button, icons, ads etc are captured. How do I extract the...
So, I have a particularly unique goal I wish to achieve with CSS, HTML and jQuery. Basically, I have a page element that when I mouse over it, I want scrolling to be disabled. I am currently achieving this by setting the body's overflow property to "hidden." However, the disappearing scrollbars means that content is shifting to the right...
I am designing a website and testing it on my LG VX8360 cell phone running Openwave Mobile Browser 6.2.3.2. Many things didn't look right on my site, and I noticed that the browser is not properly handling CSS child selectors or descendant selectors. I made a page like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
Hello,
I have links within an iframe that are external, and I would like them to open in the same window, leaving the iframe.
Thanks!
...
Possible Duplicates:
Looking for WYSIWYG HTML editor
Which HTML WYSIWYG tool do you recommend?
I need easy to use files upload and MS Word cleanup ability.
...
I've designed my main view using HTML, CSS and some images. It looks very nice. I'm using some images that are clickable in HTML code.
On click of some image, I want to load some view accordingly.
Is it possible? If yes, please suggest me how to do it.
If tutorial or some sample code is available please share it.
...
Hi there, this issue is kinda strange, and happens only in Firefox (v. 3.6.6 but also in older versions of 3.6). The best way to explain it is to describe the scenario, so.. here it is:
I have two HTML pages: Page-A & Page-B.
Page-A contains an iframe element, which its source points to Page-B.
Page-B contains a JavaScript function: f...
Hello,
I'm looking for a "flip book" effect that works on Ipad, without Flash.
Thank you!
...
Is there anyway I can prevent the input type=image from sending the mouse coordinates during form submission.
Thanks,
Sivakumar.
...
I am currently doing a project, in which I need to stop the user from taking the snapshot of any Web Page, for which he can use the "Print Scrn" / "Printscreen" key available in any of the normal keyboards.
I have been trying to find its solution, but in vain. If possible, I need to take into account of the "Screengrab" add-on of the Fi...
in my form I have three input fields name, email, mobile but I want to change input text box like -
name : _____________
email: _____________
mob : _____________
...