Forum: JavaScript / DHTML / AJAX May 13th, 2005 |
| Replies: 9 Views: 14,894 http://www.walterzorn.com/dragdrop/dragdrop_e.htmThis one is worth looking at. :D
Check for yourself. |
Forum: JavaScript / DHTML / AJAX May 12th, 2005 |
| Replies: 9 Views: 14,894 Add the these attibutes to divs and youll be able to drag and select controls and text.
<div contenteditable="true" indicateeditable="true"></div> |
Forum: JavaScript / DHTML / AJAX May 6th, 2005 |
| Replies: 15 Views: 13,997 Dont need any anymore. BTW if I click in your side menu frame and drag to the right, it will move. ;) |
Forum: JavaScript / DHTML / AJAX Apr 20th, 2005 |
| Replies: 5 Views: 12,192 I added this line of code at the end of the function.
document.getElementById("divide").innerHTML = document.getElementById("divide").innerHTML;
The code existed so I just kind of refreshed it. If... |
Forum: JavaScript / DHTML / AJAX Apr 19th, 2005 |
| Replies: 5 Views: 12,192 That sucks. I really need it to work in IE. The weirdest thing is that the code is really there but wont show up on the page. |
Forum: JavaScript / DHTML / AJAX Apr 19th, 2005 |
| Replies: 5 Views: 12,192 I've come up with this code and cant figure out why nothing appears when I press the button. The table is soposed to show. Probably something really simple cuz I often stuck on stupid things.
... |
Forum: JavaScript / DHTML / AJAX Apr 8th, 2005 |
| Replies: 2 Views: 19,157 Thanks. So simple and it works. |
Forum: JavaScript / DHTML / AJAX Apr 8th, 2005 |
| Replies: 2 Views: 19,157 I am having a problem with a javascript script.
Add this code to an html file if you wanna try it.
<html>
<head>
<script>
var n = 0;
function addtb(){... |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2005 |
| Replies: 3 Views: 3,917 Here you go, I coded this. Hope it is what you want. When you click the llink on the page it links the iframe to google.com and I added an onclick that executes a javascript function that changes the... |
Forum: JavaScript / DHTML / AJAX Mar 11th, 2005 |
| Replies: 4 Views: 5,404 So there was something else with the same name/id? |
Forum: JavaScript / DHTML / AJAX Mar 11th, 2005 |
| Replies: 4 Views: 5,404 Could you post your page and JS so someone could take a look at what you've done? |
Forum: JavaScript / DHTML / AJAX Mar 11th, 2005 |
| Replies: 15 Views: 13,997 It is an application so the browser's tollbars are removed, so is the menu. I have to rebuild a menu similar to any applications menu (File, edit, ...). So, yes they have to be dropdown style. |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 15 Views: 13,997 I think I will stop looking for a solution cuz it seems like there are no workaround apart from the pop ups you said, but I don't think I'll do that. |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 15 Views: 13,997 If I could do what I want, I would probably not work with frames at all or find something else to do. Unfortunately it's not my application. If I find anything i'll post it here.
thx for trying to... |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 15 Views: 13,997 The frames of the application must stay.
I cannot make parts of the menu appear in the other frame either for the reason that on my actual page there are 3 columns under the space where the menu is... |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 15 Views: 13,997 they are frames
I've attached an example so you can see...
the dropdown in the top frame goes under the bottom frame when the cursor hovers over the menu |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 15 Views: 13,997 I just tried an example of suckerfish and the menus dont appear over frames at all. |
Forum: JavaScript / DHTML / AJAX Mar 10th, 2005 |
| Replies: 3 Views: 19,676 That is what I did not want... If I did that you would see all the border properties in the code. I am doing an HTML editor and this is code I do not want users to see when wiewing the source. It is... |
Forum: JavaScript / DHTML / AJAX Mar 9th, 2005 |
| Replies: 3 Views: 19,676 I won't need to use this anymore now so thx anyway if you wanted to help. |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2005 |
| Replies: 15 Views: 13,997 Does anyone know a site where I could find a javascript horizontal menu with menu items able to appear over frames?
TIA
Mat |
Forum: JavaScript / DHTML / AJAX Mar 8th, 2005 |
| Replies: 3 Views: 19,676 Hey all,
I am trying to remove some style from a table cell with JavaScript but it is not working as I wish it would. As you can see in the code below I am trying to remove all borders from cells... |