Forum: JavaScript / DHTML / AJAX Oct 7th, 2009 |
| Replies: 3 Views: 387 Nice workdaround didn't work.
As there i lot of people use this service dom.allow_scripts_to_close_windows doesn't look helpful.
Any other ways?
Thanks |
Forum: JavaScript / DHTML / AJAX Oct 7th, 2009 |
| Replies: 3 Views: 387 Hi,
This code doesn't work in Firefox? Is there any other way of closing window?
<A href="javascript: self.close ()">Close this Window</A>
Thanks |
Forum: JavaScript / DHTML / AJAX Jul 24th, 2009 |
| Replies: 5 Views: 666 |
Forum: JavaScript / DHTML / AJAX Jul 20th, 2009 |
| Replies: 5 Views: 666 Hi,
I want to create quick preview window for images listed in my website. For example: if you go to this site http://www.templatemonster.com there are little images on the right end side. When... |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009 |
| Replies: 4 Views: 669 Sorry. I think i should be a bit more spesific.
I mean address bar, standard buttons etc. should be disabled or removed when a new windows is opened. |
Forum: JavaScript / DHTML / AJAX Jun 24th, 2009 |
| Replies: 4 Views: 669 Hi,
When a web browser window is opened, only the menu options should be visible to users. I don't want other toolbars. Also, is it possible to blocking users add toolbar from the menu that will... |
Forum: JavaScript / DHTML / AJAX Jun 20th, 2009 |
| Replies: 5 Views: 586 Unfortunatelly, it still doesn't print at the bottom of the A4 paper.
It should be like this on A4 paper.
------------------------------------------------
- Table 1 ... |
Forum: JavaScript / DHTML / AJAX Jun 17th, 2009 |
| Replies: 5 Views: 586 Hi,
I have 3 tables and want 3rd table to appear at the bottom of the page when it is printed off because it will be footer.How can i do it?
Thanks
<table>
<tr>
<td>Table 1</td> |
Forum: JavaScript / DHTML / AJAX Jun 16th, 2009 |
| Replies: 4 Views: 569 |
Forum: JavaScript / DHTML / AJAX Jun 15th, 2009 |
| Replies: 4 Views: 569 I think should be a bit more specific.
I mean, When i select "Print" from "File" menu from IE or Firefox, the printed paper has the link of the current printed page at the bottom of the A4 paper.... |
Forum: JavaScript / DHTML / AJAX Jun 15th, 2009 |
| Replies: 4 Views: 569 Hi,
I just wonder if this is possible. When i print a page from my localhost or web, the html link information is printed at the end of the page. How can disable it?
Thanks |
Forum: JavaScript / DHTML / AJAX May 20th, 2009 |
| Replies: 4 Views: 730 Solved.
Thank you almostbob |
Forum: JavaScript / DHTML / AJAX May 19th, 2009 |
| Replies: 4 Views: 730 Hi,
I need an effect like in this linkhttp://markgrantcables.co.uk/shop/
I simply put a "?" mark next to a textarea. When mouse is over "?" then a little explanation box will appear.
Thanks |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 1 Views: 914 Sorry. I have repeated text names. Solved. |
Forum: JavaScript / DHTML / AJAX Apr 17th, 2009 |
| Replies: 1 Views: 914 Hi,
When try to validate the textbox generated by innerHTML, it returns "Undefined" for the textbox. Therefore, i cannot validate it.
Thanks
<html>
<head>
<script type="text/javascript"> |
Forum: JavaScript / DHTML / AJAX Apr 8th, 2009 |
| Replies: 2 Views: 1,460 I'll try this and let you know. Thanks for now. |
Forum: JavaScript / DHTML / AJAX Apr 5th, 2009 |
| Replies: 5 Views: 1,124 Hi Fungus,
I want something workes in all browsers. Your doesn't work in IE.
Thanks |
Forum: JavaScript / DHTML / AJAX Apr 4th, 2009 |
| Replies: 5 Views: 1,124 Hi,
I use onmouseover and out for <td> or <div> to change either backgroung image or color. However, onmouseover and out are not validated for HTML. w3scholls HTML validator doesn't validate them.... |
Forum: JavaScript / DHTML / AJAX Apr 1st, 2009 |
| Replies: 2 Views: 1,460 Hi,
I have a loading bar gif to be displayed initially, until main image (1MB) is loaded in my web page. How can i do it?
Thanks |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2009 |
| Replies: 5 Views: 944 Aaa. They all work now. Thanks to you and Error console.
Do you have any working example for auto completing for php&mysql ? I have tried a lot of web examples but none worked.
I'll mark this... |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2009 |
| Replies: 5 Views: 944 On the status bar of explorer it says "Error on Page".
That's all. |
Forum: JavaScript / DHTML / AJAX Mar 31st, 2009 |
| Replies: 5 Views: 944 Hi,
The examples in w3 page don't work. I do copy and paste and create exactly same database but nothing changes. It returns "Error on Page" error.
... |
Forum: JavaScript / DHTML / AJAX Mar 27th, 2009 |
| Replies: 6 Views: 1,172 I have solved problem by adding a link where javascript is manually called because i have changed the logic. However, thank you very much for your interests. |
Forum: JavaScript / DHTML / AJAX Mar 25th, 2009 |
| Replies: 6 Views: 1,172 |
Forum: JavaScript / DHTML / AJAX Mar 25th, 2009 |
| Replies: 6 Views: 1,172 Hi,
Code below doesn't add new innerHTML into table cell. When it adds it should run other (slideOther.js) file but, doesn't work.
Thanks
<html>
<head>
<script type="text/javascript">... |
Forum: JavaScript / DHTML / AJAX Mar 24th, 2009 |
| Replies: 0 Views: 755 Hi,
Code below runs well in IE only but, i need it to run on other browsers as well. If anyone have same thing for other browsers then plese help me.
Thanks
<!DOCTYPE html PUBLIC... |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2009 |
| Replies: 14 Views: 2,795 |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2009 |
| Replies: 14 Views: 2,795 It seems that, one day, this behaviour will disappear completly. Thus, i rather focus on other approaches.
Also, i was committed to Microsoft for long time but, not anymore.
Sagol anyway. |
Forum: JavaScript / DHTML / AJAX Mar 12th, 2009 |
| Replies: 14 Views: 2,795 Ok guys. I got my answer!!!
This is what I have learned from other sources.
1. Firefox doesn’t give full physical path of a file to be uploaded for security reasons.
2. IE X < IE 8 do give... |
Forum: JavaScript / DHTML / AJAX Mar 7th, 2009 |
| Replies: 14 Views: 2,795 Hi,
I cannot get the full physcial path of a selected file in Firefox. Code below works fine in IE. Is there other way to get full path in Firefox as well? Thanks
function getPath() {
alert... |
Forum: JavaScript / DHTML / AJAX Feb 20th, 2009 |
| Replies: 3 Views: 561 It is usefull as well. thanks |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2009 |
| Replies: 3 Views: 561 Solved.
<script type="text/javascript">
function add() {
if (!(form1.textaresector.value.indexOf(form1.sectorSelectbox.options[ form1.sectorSelectbox.selectedIndex ].value)!==-1)) {
... |
Forum: JavaScript / DHTML / AJAX Feb 19th, 2009 |
| Replies: 3 Views: 561 Hi,
I have a textarea with 2 information in (bmw, mercedes).
When i click on bmw, it will be transfered into other texarea.
How can i do it?
Thanks |
Forum: JavaScript / DHTML / AJAX Feb 10th, 2009 |
| Replies: 3 Views: 750 I have used <div> instead of <img> in big cell then solved. |
Forum: JavaScript / DHTML / AJAX Feb 10th, 2009 |
| Replies: 3 Views: 750 Hi,
When the mouse is over the small image in a table cell, the large image appears in other cell. Code below works fine in IE but not in other browsers. How can solve this issue?
Thanks
... |
Forum: JavaScript / DHTML / AJAX Jan 31st, 2009 |
| Replies: 9 Views: 2,502 I'll try it at home on my pc one more time. |
Forum: JavaScript / DHTML / AJAX Jan 30th, 2009 |
| Replies: 9 Views: 2,502 Is there any chance if you zip and send those examples to me? If you don't mind.
I am just doing copy and paste. I tried 3 times from scratch.
thanks |
Forum: JavaScript / DHTML / AJAX Jan 30th, 2009 |
| Replies: 9 Views: 2,502 I have wampserver runing on my desktop PC. |
Forum: JavaScript / DHTML / AJAX Jan 30th, 2009 |
| Replies: 9 Views: 2,502 Not proxy. Do i have to enable something in php.ini or someting like that?
Thanks |
Forum: JavaScript / DHTML / AJAX Jan 29th, 2009 |
| Replies: 9 Views: 2,502 I have used all browsers and javascript is enabled too. |