You mean like this?
MPAA Forced To Take Down University Toolkit
'Get It Done'
Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!
Slashdot's so pretty these days...
I feel old.
I have an HTML link that calls a javascript function, like such:
a href="javascript:doit(112,'pdf_files/filename.pdf');" class="smalldarkbold"
The function is defined as:
function doit(docid,link){ findex.docid.value = docid; findex.gotopage.value = link; findex.submit(); }
Where is this docid defined? What does findex do? And how is this at all relevant?
I swear, I try to google these things, but I usually can't figure out what search terms to use. I throw myself upon the mercy of the Toms, amych, and anyone else who actually speaks Javascript.
Is there an "include" anywhere?
eta: it would look something like:
<SCRIPT src="SCRIPTS/validation.js" ></SCRIPT>
eta² "validation.js" is just an example of an include file
This page is included in another page. Oh, I see.
Okay, so the parent page has this form defined:
form name="findex" method=post action="index.asp" input type=hidden name="CompanyId" value=%=Session("CompanyId")% input type=hidden name="AuthorityLevel" value=%=Session("AuthorityLevel")% input type=hidden name="docid" value=0 input type=hidden name="gotopage" value=' ' /form
(Wow, that took five tries to format.)
So the page is secretly gathering information about who clicks on what, and using a docid defined in the link to track it. Yes?
The page is passing the information to another page, yes, but there's no way to know from this what information it's gathering or keeping -- it could just as easily be checking that the person doing the clicking is authorized to see filename.pdf and that's all.
In other words, the docid is just passing on "this is the document we're talking about", rather than saying anything further about what's being tracked and how. But you're quite right about the fact that it's passing along the reference to that file.
Apparently another coworker has seen this mysterious report, and we think no one's used it in years. Ah, the smell of obsolete things.
Given that we have no way of telling how they numbered these documents, I think I may just make the link straight HTML and see if anyone complains.
Thanks, guys.
Yeah, if there's no clear need for doing it and no way to predict what it does, it's just useless code. Ditch it.
Is there a way within Outlook to define my working hours? I work on a slightly different schedule than the rest of my department, and I keep getting invited to meetings outside of my regular hours. (You'd think after 3 months it wouldn't still be this difficult for people to remember, and yet...)
I'm not an Outlook user myself, but is this what you're looking for? [link]