1) Script Title:
Ajax Tab Content Script (V2.2)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
Excuse me.. Could someone...
Type: Posts; User: orhun; Keyword(s):
1) Script Title:
Ajax Tab Content Script (V2.2)
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm
3) Describe problem:
Excuse me.. Could someone...
i need begin & after parts in textarea..
for firefox: im doing like this..
var begin = formname.textareaname.value.substr(0, formname.textareaname.selectionStart);
var end =...
im not selecting something in textarea(as like makeing "bold/italic").. the code must show before and after parts of where the mouse cursor is.
how can i find before/after parts of textarea? ($end & $begin)
function(name) {
var input = document.selection.createRange();
var rangeinput = input.text;
var begin =...
??????
no one have any idea?
"if my question isnt clear".. please tell...
iam trying to use the code at below
function link(word) {
var name = prompt("Link:", "http://");
var aTag = '[' + tag + '=/'; var btag = '/]';
var createlink = aTag + name + btag;
}
<a...
i did it like this... and its working crossbrowser..
but.. it's adding tags to the before/after to all writtens in textarea... (document.getElementById('textarea'))
It must add the tags...
i want to make an very very basic rich-text editor, which works in all browser types.
i have the code at below.. but it only works on -8 IE browsers.
could someone help me to make this code...
?? i couldnt fix the problem yet
for example:
http://subdomain.site.com/p=index&id=14 "to"
http://subdomain.site.com/14.html
????????
could someone help me to make seo links on subdomains?
what must i write in .htaccess file?
i normally write the code like below in my htacces files at other directories.
but same principle...
could someone help me?
Thank you so much Codeexploiter...
but... could u also explain how to use this script?
- what will i show in href? <a href="#1">tab1</a> or something else?
- and, where will i show that #1 =...
could someone help me to hide tab links on dynamicdrive's ajaxtabscontent script?
'cause, some users trying to open pages with "open in new window"...
...
could someone help me?
I am using http://www.dynamicdrive.com/dynamicindex4/cmotiongallery2.htm ths script for vertical scroller..
but when i try to make 2 div area in same page.. the second one doesnt work..
could...